diff options
author | Brendan Abolivier <contact@brendanabolivier.com> | 2017-07-11 14:14:06 +0100 |
---|---|---|
committer | Mark Haines <mjark@negativecurvature.net> | 2017-07-11 14:14:06 +0100 |
commit | 355ab5eedf3636915bb77a53c6f164ca1e860eef (patch) | |
tree | cf2c2c87ed1b012159d5bb11b54a450af28b4465 /dendrite-config.yaml | |
parent | 1efbad8119f21aaa405f75d75d77cfc6bd10f06e (diff) |
Notify profile update (#153)
* Profile retrieval
* Saving avatar (without propagating it)
* Saving display name (without propagating it)
* Getters for display name and avatar URL
* Doc'd
* Introduced new Kafka topic and producer
* Updated config with new kafka topic
* Switched to samara producer and now sending messages
* Doc'd
* Put kafka update after the database insert
* Doc'd profileUpdate structure
* Removed unused parameter
* Moved user updates producer to clientapi/producers
Diffstat (limited to 'dendrite-config.yaml')
-rw-r--r-- | dendrite-config.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dendrite-config.yaml b/dendrite-config.yaml index 0fc8e8ba..0a4402fc 100644 --- a/dendrite-config.yaml +++ b/dendrite-config.yaml @@ -56,6 +56,7 @@ kafka: topics: input_room_event: roomserverInput output_room_event: roomserverOutput + user_updates: userUpdates # The postgres connection configs for connecting to the databases e.g a postgres:// URI database: |