This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
synapse
Watch
1
Star
0
Fork
0
You've already forked synapse
mirror of
https://github.com/matrix-org/synapse.git
synced
2025-08-22 23:11:14 +02:00
Code
Issues
Projects
Releases
Wiki
Activity
synapse
/
tests
/
handlers
History
Erik Johnston
e7ca813dd4
Try to ensure we don't persist an event we have already persisted. In persist_event check if we already have the event, if so then update instead of replacing so that we don't cause a bump of the stream_ordering.
2015-02-03 10:39:41 +00:00
..
__init__.py
Reference Matrix Home Server
2014-08-12 15:10:52 +01:00
test_directory.py
Replace hs.parse_roomalias with RoomAlias.from_string
2015-01-23 13:21:58 +00:00
test_federation.py
Try to ensure we don't persist an event we have already persisted. In persist_event check if we already have the event, if so then update instead of replacing so that we don't cause a bump of the stream_ordering.
2015-02-03 10:39:41 +00:00
test_presence.py
Replace hs.parse_userid with UserID.from_string
2015-01-23 11:47:15 +00:00
test_presencelike.py
Replace hs.parse_userid with UserID.from_string
2015-01-23 11:47:15 +00:00
test_profile.py
Replace hs.parse_userid with UserID.from_string
2015-01-23 11:47:15 +00:00
test_room.py
Replace hs.parse_userid with UserID.from_string
2015-01-23 11:47:15 +00:00
test_typing.py
Replace hs.parse_userid with UserID.from_string
2015-01-23 11:47:15 +00:00