diff options
author | Samuel Hand <samuel.hand@openmailbox.org> | 2018-07-29 13:31:57 +0100 |
---|---|---|
committer | Samuel Hand <samuel.hand@openmailbox.org> | 2018-07-29 13:31:57 +0100 |
commit | e6069fa183aa4b8aa6c1e8afdff151f8d74c3fc5 (patch) | |
tree | 1bdafc75d13cf399cb0015d737d9084cec6dc20d /plugins/omemo/src/stream_module.vala | |
parent | 5d32a0ec3d85295f2286fbbab650c852b13a437c (diff) | |
download | dino-e6069fa183aa4b8aa6c1e8afdff151f8d74c3fc5.tar.gz dino-e6069fa183aa4b8aa6c1e8afdff151f8d74c3fc5.zip |
Mark messages from rejected and unknown devices
Diffstat (limited to 'plugins/omemo/src/stream_module.vala')
-rw-r--r-- | plugins/omemo/src/stream_module.vala | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/omemo/src/stream_module.vala b/plugins/omemo/src/stream_module.vala index 25e3685f..f086bd4c 100644 --- a/plugins/omemo/src/stream_module.vala +++ b/plugins/omemo/src/stream_module.vala @@ -33,7 +33,6 @@ public class StreamModule : XmppStreamModule { store_created(store); received_pipeline_listener = new ReceivedPipelineListener(store); stream.get_module(MessageModule.IDENTITY).received_pipeline.connect(received_pipeline_listener); - print("Adding filtered notification\n"); stream.get_module(Pubsub.Module.IDENTITY).add_filtered_notification(stream, NODE_DEVICELIST, (stream, jid, id, node) => on_devicelist(stream, jid, id, node)); } |