diff options
author | Paul "LeoNerd" Evans <paul@matrix.org> | 2014-09-11 18:44:04 +0100 |
---|---|---|
committer | Paul "LeoNerd" Evans <paul@matrix.org> | 2014-09-11 18:44:04 +0100 |
commit | aaf9ab68c6969d69150b7aa1f6ebddcf1c496050 (patch) | |
tree | 055e223ac77a3fbf1ac48801b0483ef86634a688 /synapse/storage | |
parent | Unit-test for RegistrationStore using SQLiteMemoryDbPool (diff) | |
download | synapse-aaf9ab68c6969d69150b7aa1f6ebddcf1c496050.tar.xz |
Rename _store_room_member_txn to _store_room_member_from_event_txn so we can create another, more sensible function of that name
Diffstat (limited to 'synapse/storage')
-rw-r--r-- | synapse/storage/__init__.py | 2 | ||||
-rw-r--r-- | synapse/storage/roommember.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/synapse/storage/__init__.py b/synapse/storage/__init__.py |