Comparison

util/array.lua @ 12189:82c8e855c850

mod_storage_xep0227: treat roster metadata pseudo-entry correctly The roster version is stored in a pseudo-item which has the key `false`. The if condition in the touched code attempts to guard against this, but it does not take into account that the jid prepping returns nil instead of false. By moving the jid prepping into the if, we can check for the metadata entry safely.
author Jonas Schäfer <jonas@wielicki.name>
date Sat, 15 Jan 2022 15:40:29 +0100
parent 11787:3ae6fa901a8b
child 12403:42b2713ab818
child 13138:0b0cefce6e42
comparison
equal deleted inserted replaced
12188:0fee75871f78 12189:82c8e855c850