dendrite/userapi/api
Till e5e3350ce1
Add presence module V2 (#2312)
* Syncapi presence

* Clientapi http presence handler

* Why is this here?

* Missing files

* FederationAPI presence implementation

* Add new presence stream

* Pinecone update

* Pinecone update

* Add passing tests

* Make linter happy

* Add presence producer

* Add presence config option

* Set user to unavailable after x minutes

* Only set currently_active if online
Avoid unneeded presence updates when syncing

* Tweaks

* Query devices for last_active_ts
Fixes & tweaks

* Export SharedUsers/SharedUsers

* Presence stream in MemoryStorage

* Remove status_msg_nil

* Fix sytest crashes

* Make presence types const and use stringer for it

* Change options to allow inbound/outbound presence

* Fix option & typo

* Update configs

Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
2022-04-06 13:11:19 +02:00
..
api_logintoken.go Merge both user API databases into one (#2186) 2022-02-18 11:31:05 +00:00
api_trace_logintoken.go Support for m.login.token (#2014) 2022-02-10 10:27:26 +00:00
api_trace.go Refactor appservice & client API to use userapi internal (#2290) 2022-03-24 22:45:44 +01:00
api.go Add presence module V2 (#2312) 2022-04-06 13:11:19 +02:00