mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 22:14:55 -04:00
Rename ClientID to ClientInfo since it is a pair of IDs rather than a single identifier
This commit is contained in:
parent
c18e551640
commit
3cca61e006
2 changed files with 3 additions and 3 deletions
|
@ -121,4 +121,4 @@ class StreamToken(
|
|||
return StreamToken(**d)
|
||||
|
||||
|
||||
ClientID = namedtuple("ClientID", ("device_id", "token_id"))
|
||||
ClientInfo = namedtuple("ClientInfo", ("device_id", "token_id"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue