0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-09-23 19:39:01 +02:00
dendrite/syncapi/consumers
Till f76f28e6db
Fix issue uint64 values with high bit are not supported in presence (#2562)
* Fix issue #2528

* Use gomatrixserverlib.Timestamp

* Use ParseUint instead of ParseInt
2022-07-07 16:29:25 +02:00
..
clientapi.go
keychange.go
presence.go Fix issue uint64 values with high bit are not supported in presence (#2562) 2022-07-07 16:29:25 +02:00
receipts.go Hopefully fix read receipts timestamps (#2557) 2022-07-05 17:13:26 +01:00
roomserver.go Don't store invites in sync API that aren't relevant to local users (#2439) 2022-05-09 16:25:22 +01:00
sendtodevice.go
typing.go
userapi.go