Comparison

core/rostermanager.lua @ 12387:05c250fa335a

Spelling: Fix various spelling mistakes (thanks timeless) Words, sometimes I wonder how they even work Maybe I missed something.
author Kim Alvefur <zash@zash.se>
date Mon, 07 Mar 2022 00:13:56 +0100
parent 10570:962efe23975d
child 12972:ead41e25ebc0
comparison
equal deleted inserted replaced
12386:2d3080d02960 12387:05c250fa335a
137 roster_metadata(roster, err); 137 roster_metadata(roster, err);
138 if legacy_pending then 138 if legacy_pending then
139 -- Due to map store use, we need to manually delete this entry 139 -- Due to map store use, we need to manually delete this entry
140 log("debug", "Removing legacy 'pending' entry"); 140 log("debug", "Removing legacy 'pending' entry");
141 if not save_roster(username, host, roster, "pending") then 141 if not save_roster(username, host, roster, "pending") then
142 log("warn", "Could not remove legacy 'pendig' entry"); 142 log("warn", "Could not remove legacy 'pending' entry");
143 end 143 end
144 end 144 end
145 if roster[jid] then 145 if roster[jid] then
146 roster[jid] = nil; 146 roster[jid] = nil;
147 log("debug", "Roster for %s had a self-contact, removing", jid); 147 log("debug", "Roster for %s had a self-contact, removing", jid);