Skip to content
Snippets Groups Projects
Unverified Commit 3bd049bb authored by Brendan Abolivier's avatar Brendan Abolivier
Browse files

Give the server config to the RoomWorkerStore

parent 332f3b36
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,11 @@ RatelimitOverride = collections.namedtuple(
class RoomWorkerStore(SQLBaseStore):
def __init__(self, database: Database, db_conn, hs):
super(RoomWorkerStore, self).__init__(database, db_conn, hs)
self.config = hs.config
def get_room(self, room_id):
"""Retrieve a room.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment