forked-synapse/synapse/config
Michael Hollister a9ee832e48
Fixed presence results not returning offline users on initial sync (#17231)
This is to address an issue in which `m.presence` results on initial
sync are not returning entries of users who are currently offline.

The original behaviour was from
https://github.com/element-hq/synapse/issues/1535

This change is useful for applications that use the
presence system for tracking user profile information/updates (e.g.
https://github.com/element-hq/synapse/pull/16992 or for profile status
messages).

This is gated behind a new configuration option to avoid performance
impact for applications that don't need this, as a pragmatic solution
for now.
2024-07-23 09:59:24 +00:00
..
__init__.py
__main__.py
_base.py
_base.pyi
_util.py
account_validity.py
api.py
appservice.py
auth.py
auto_accept_invites.py
background_updates.py
cache.py
captcha.py
cas.py
consent.py
database.py
emailconfig.py
experimental.py MSC3861: allow overriding the introspection endpoint (#17406) 2024-07-08 14:08:11 +02:00
federation.py
homeserver.py
jwt.py
key.py
logger.py
metrics.py
modules.py
oembed.py
oidc.py
password_auth_providers.py
push.py
ratelimiting.py
redis.py
registration.py
repository.py Prepare for authenticated media freeze (#17433) 2024-07-22 10:33:17 +01:00
retention.py
room_directory.py
room.py
saml2.py
server_notices.py
server.py Fixed presence results not returning offline users on initial sync (#17231) 2024-07-23 09:59:24 +00:00
spam_checker.py
sso.py
stats.py
third_party_event_rules.py
tls.py
tracer.py
user_directory.py
voip.py
workers.py