changeset 2428:06e3b0ef8bdf

mod_mam_muc: Remove TODO about logging presence since it can do that already
author Kim Alvefur <zash@zash.se>
date Mon, 26 Dec 2016 15:43:32 +0100
parents e5795f5f7a7b
children 0b3c7b03cb90
files mod_mam_muc/mod_mam_muc.lua
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mod_mam_muc/mod_mam_muc.lua	Thu Dec 22 16:16:39 2016 +0100
+++ b/mod_mam_muc/mod_mam_muc.lua	Mon Dec 26 15:43:32 2016 +0100
@@ -388,7 +388,6 @@
 	archive:delete(room_node);
 end);
 
--- TODO should we perhaps log presence as well?
 -- And role/affiliation changes?
 
 module:add_feature(xmlns_mam);