Software /
code /
prosody
Changeset
8360:3a72378c7479
rostermanager: Use internal method for storing removal of self-contact
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 29 Oct 2017 00:07:18 +0200 |
parents | 8359:467ca83e6c0e |
children | 8361:6af950b834a6 |
files | core/rostermanager.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/core/rostermanager.lua Sun Oct 29 00:06:26 2017 +0200 +++ b/core/rostermanager.lua Sun Oct 29 00:07:18 2017 +0200 @@ -116,7 +116,7 @@ if roster[jid] then roster[jid] = nil; log("debug", "Roster for %s had a self-contact, removing", jid); - roster_store:set(username, roster); + save_roster(username, host, roster, jid); end if not err then hosts[host].events.fire_event("roster-load", { username = username, host = host, roster = roster });