mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-05 11:14:17 -04:00
Add indices to schema
This commit is contained in:
parent
f40844def2
commit
9f514915af
2 changed files with 24 additions and 0 deletions
|
@ -187,6 +187,10 @@ class PresenceHandler(BaseHandler):
|
|||
|
||||
@defer.inlineCallbacks
|
||||
def set_state(self, target_user, auth_user, state):
|
||||
return
|
||||
# TODO (erikj): Turn this back on. Why did we end up sending EDUs
|
||||
# everywhere?
|
||||
|
||||
if not target_user.is_mine:
|
||||
raise SynapseError(400, "User is not hosted on this Home Server")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue