diff options
author | Erik Johnston <erik@matrix.org> | 2022-05-20 11:55:04 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2022-05-20 12:03:40 +0100 |
commit | 155399a145f4a901343e64cf6a98263a922b74a4 (patch) | |
tree | ea4a7272c4b5fdff26ec2ba093303361783c289f /synapse | |
parent | Update EventContext `get_current_event_ids` and `get_prev_event_ids` to accep... (diff) | |
download | synapse-155399a145f4a901343e64cf6a98263a922b74a4.tar.xz |
Add helper function to get the current state event in the room
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/storage/databases/main/state.py | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/synapse/storage/databases/main/state.py b/synapse/storage/databases/main/state.py |