SYN-149: Send join event immediately after the room create event

This commit is contained in:
Mark Haines 2014-11-18 15:29:48 +00:00
parent a5b88c489e
commit ae9c2ab165
3 changed files with 31 additions and 26 deletions

View file

@ -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",