mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-22 08:31:28 -04:00
Add GroupID type
This commit is contained in:
parent
4540730111
commit
6e9f147faa
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue