mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 16:44: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
|
@ -14,10 +14,15 @@
|
|||
# limitations under the License.
|
||||
|
||||
from ._base import SQLBaseStore
|
||||
|
||||
from synapse.api.errors import SynapseError
|
||||
|
||||
from twisted.internet import defer
|
||||
|
||||
from collections import namedtuple
|
||||
|
||||
import sqlite3
|
||||
|
||||
|
||||
RoomAliasMapping = namedtuple(
|
||||
"RoomAliasMapping",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue