mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-06 09:07:53 -05:00
Add GroupID type
This commit is contained in:
parent
4540730111
commit
6e9f147faa
@ -156,6 +156,11 @@ class EventID(DomainSpecificString):
|
|||||||
SIGIL = "$"
|
SIGIL = "$"
|
||||||
|
|
||||||
|
|
||||||
|
class GroupID(DomainSpecificString):
|
||||||
|
"""Structure representing a group ID."""
|
||||||
|
SIGIL = "+"
|
||||||
|
|
||||||
|
|
||||||
class StreamToken(
|
class StreamToken(
|
||||||
namedtuple("Token", (
|
namedtuple("Token", (
|
||||||
"room_key",
|
"room_key",
|
||||||
|
Loading…
Reference in New Issue
Block a user