diff options
author | fiaxh <git@mx.ax.lt> | 2017-10-31 15:19:30 +0100 |
---|---|---|
committer | fiaxh <fiaxh@users.noreply.github.com> | 2017-10-31 15:40:42 +0100 |
commit | 7e83529afcd0ccfff5c65c99e4427bd6cf3f82ac (patch) | |
tree | eda4f733870ded0eb6ccd8b4b8967d88c6960683 /libdino/src/application.vala | |
parent | a8d06e634bf0b5b18c7bffaf05c7293bcd29b056 (diff) | |
download | dino-7e83529afcd0ccfff5c65c99e4427bd6cf3f82ac.tar.gz dino-7e83529afcd0ccfff5c65c99e4427bd6cf3f82ac.zip |
Blocking setting in Contact Details
Diffstat (limited to 'libdino/src/application.vala')
-rw-r--r-- | libdino/src/application.vala | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libdino/src/application.vala b/libdino/src/application.vala index c18b28f9..c9283127 100644 --- a/libdino/src/application.vala +++ b/libdino/src/application.vala @@ -31,6 +31,7 @@ public interface Dino.Application : GLib.Application { MessageStorage.start(stream_interactor, db); CounterpartInteractionManager.start(stream_interactor); PresenceManager.start(stream_interactor); + BlockingManager.start(stream_interactor); MucManager.start(stream_interactor); RosterManager.start(stream_interactor, db); ConversationManager.start(stream_interactor, db); |