aboutsummaryrefslogtreecommitdiff
path: root/dendrite-config.yaml
diff options
context:
space:
mode:
authorAnant Prakash <anantprakashjsr@gmail.com>2018-08-02 22:52:44 +0530
committerGitHub <noreply@github.com>2018-08-02 22:52:44 +0530
commit1165b49da78f4e4c92e9cbd5f5a633528a304068 (patch)
treeb90e55ba4a6fae275d829c2b9f6cf16a8b7415a3 /dendrite-config.yaml
parent9cdd3a66e4662d22f561a0953f49004e7ba60424 (diff)
Implement Typing server (#567)
* update gomatrixserverlib * Make removeUser public * Implement api.TypingServerInputAPI * Integrate the typing server component, create kafka topic * Add typing server cmd for multiprocess dendrite
Diffstat (limited to 'dendrite-config.yaml')
-rw-r--r--dendrite-config.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/dendrite-config.yaml b/dendrite-config.yaml
index a838c1bb..d26e7477 100644
--- a/dendrite-config.yaml
+++ b/dendrite-config.yaml
@@ -86,6 +86,7 @@ kafka:
topics:
output_room_event: roomserverOutput
output_client_data: clientapiOutput
+ output_typing_event: typingServerOutput
user_updates: userUpdates
# The postgres connection configs for connecting to the databases e.g a postgres:// URI