Changeset

8136:aba6d148e674

mod_message: Remove TODO about privacy list (mod_privacy was removed)
author Kim Alvefur <zash@zash.se>
date Thu, 27 Apr 2017 10:58:02 +0200
parents 8135:e20c27e04ecc
children 8137:484ea6201c6c
files plugins/mod_message.lua
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/mod_message.lua	Thu Apr 27 10:17:54 2017 +0200
+++ b/plugins/mod_message.lua	Thu Apr 27 10:58:02 2017 +0200
@@ -48,8 +48,6 @@
 		local node, host = jid_split(bare);
 		local ok
 		if user_exists(node, host) then
-			-- TODO apply the default privacy list
-
 			ok = module:fire_event('message/offline/handle', {
 			    origin = origin,
 			    stanza = stanza,