Compare commits

...
Author SHA1 Message Date
Alex Emmet
cc8a8746e4
Merge remote-tracking branch 'origin/main' 2026-08-28 14:27:15 +02:00
a297dcce60 Remove SetUserState 2026-08-10 14:52:38 +02:00
90666b6db9
[Add] User deletion & migration 2026-08-09 03:32:13 +02:00
486541b948
[Add] MissingUserIds 2026-08-07 02:16:25 +02:00
0fefb6cf95
[Add] User State 2026-08-06 00:42:37 +02:00
11a1d79409
(fix): connections 2026-07-28 12:44:50 +02:00
fee0a8fa99
(fix): fix connection issues 2026-07-28 01:02:20 +02:00
594646ac39
[Add] Some types... 2026-07-27 17:21:22 +02:00

View file

@ -111,6 +111,18 @@ type_maps:
MessageReactionRemove: 138
MessageReactionLive: 139
MessageDeleteLive: 140
ClientStateSync: 141
ClientStateAck: 142
StateSubscribe: 143
AttachUserBegin: 144
AttachUserChallenge: 145
AttachUserComplete: 146
ReleaseUserFromIota: 147
DeleteUserCredentialBegin: 148
DeleteUserCredentialChallenge: 149
DeleteUserCredentialComplete: 150
EraseHostedUserData: 151
EraseHostedUserDataAck: 152
DataTypes:
ErrorType: 32
@ -156,9 +168,6 @@ type_maps:
Signed: 73
Message: 74
MessageState: 75
LastPing: 76
PingIota: 77
PingClients: 78
Matches: 79
Omikron: 80
Offset: 81
@ -227,3 +236,11 @@ type_maps:
Reactions: 145
Reaction: 146
ReplyId: 147
CacheValid: 148
CacheSchemaVersion: 149
SyncMode: 150
MessageId: 151
DeletedMessageIds: 152
DeletedContactIds: 153
MissingUserIds: 154
CleanupPending: 155