fix: Properly setting poltergeist ignore status.

This commit is contained in:
jmacelroy 2018-06-27 20:40:29 +00:00 committed by Дамян Минков
parent 6ae5adcb3d
commit 401c43ee02
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ local function remove(room, nick, ignore)
leave_presence.attr.type = "unavailable"
if (ignore) then
set_ignored(room, nick)
set_ignored(room.jid.."/"..nick)
end
remove_username(room, nick)