diff options
author | Matthew Wild <mwild1@gmail.com> | 2024-11-08 10:24:42 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2024-11-08 10:24:42 +0000 |
commit | f8c85b7c1e1343176004c52ea3e745053274639f (patch) | |
tree | 8df29ecda6fb1fdf5a17bd875452d8350da78a4d /teal-src/prosody/util/struct.d.tl | |
parent | 2c61955e3aa384926c02322505e22cb446c333d5 (diff) | |
download | prosody-f8c85b7c1e1343176004c52ea3e745053274639f.tar.gz prosody-f8c85b7c1e1343176004c52ea3e745053274639f.zip |
mod_bookmarks: Suppress error publishing empty legacy bookmarks w/ no PEP node
It appears that when:
1) The user has no bookmarks 2 node in PEP
2) The client publishes an empty bookmark set to a legacy bookmarks location
3) mod_bookmarks will attempt to purge items from the non-existent node and
log an error about the failure (item-not-found).
This new code will suppress an item-not-found error from the purge operation
in the empty-bookmarks case, and adds a log message for any other error (this
is helpful because the existing log message confusingly says it was an error
*publishing* to the node, which isn't always accurate).
Diffstat (limited to 'teal-src/prosody/util/struct.d.tl')
0 files changed, 0 insertions, 0 deletions