mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 16:34:49 -04:00
SYN-149: Send join event immediately after the room create event
This commit is contained in:
parent
a5b88c489e
commit
ae9c2ab165
3 changed files with 31 additions and 26 deletions
|
@ -21,8 +21,6 @@ from synapse.api.errors import SynapseError
|
|||
from synapse.api.events.room import RoomAliasesEvent
|
||||
|
||||
import logging
|
||||
import sqlite3
|
||||
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue