mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-02 17:44:49 -04:00
Implement event format v2
This commit is contained in:
parent
cc2d650ef7
commit
84af577356
4 changed files with 110 additions and 21 deletions
|
@ -126,10 +126,12 @@ class EventFormatVersions(object):
|
|||
independently from the room version.
|
||||
"""
|
||||
V1 = 1
|
||||
V2 = 2
|
||||
|
||||
|
||||
KNOWN_EVENT_FORMAT_VERSIONS = {
|
||||
EventFormatVersions.V1,
|
||||
EventFormatVersions.V2,
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue