mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Log error received while publishing OMEMO device list
This commit is contained in:
parent
6f33706e92
commit
35814d8bd0
@ -563,7 +563,8 @@ _omemo_devicelist_publish_result(xmpp_stanza_t* const stanza, void* const userda
|
|||||||
|
|
||||||
xmpp_stanza_t *pubsub_error = xmpp_stanza_get_child_by_ns(error, STANZA_NS_PUBSUB_ERROR);
|
xmpp_stanza_t *pubsub_error = xmpp_stanza_get_child_by_ns(error, STANZA_NS_PUBSUB_ERROR);
|
||||||
if (!pubsub_error) {
|
if (!pubsub_error) {
|
||||||
// TODO
|
log_error("[OMEMO] Unknown error while publishing our own device list");
|
||||||
|
cons_show_error("Unknown error while publishing our own device list");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user