mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-12-09 22:24:13 -05:00
Run as background process and fix comments
This commit is contained in:
parent
fc51e21326
commit
554609288b
3 changed files with 7 additions and 4 deletions
|
|
@ -93,7 +93,7 @@ class _EventInternalMetadata(object):
|
|||
return getattr(self, "soft_failed", False)
|
||||
|
||||
def should_proactively_send(self):
|
||||
"""Whether the eventm, if ours, should be sent to other clients and
|
||||
"""Whether the event, if ours, should be sent to other clients and
|
||||
servers.
|
||||
|
||||
This is used for sending dummy events internally. Servers and clients
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue