mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-21 00:36:21 +00:00
Removed id from bookmarks add
This commit is contained in:
@@ -89,7 +89,6 @@ _bookmark_add(const char *jid, const char *nick, gboolean autojoin)
|
||||
|
||||
xmpp_stanza_t *item = xmpp_stanza_new(ctx);
|
||||
xmpp_stanza_set_name(item, STANZA_NAME_ITEM);
|
||||
xmpp_stanza_set_attribute(item, STANZA_ATTR_ID, "current");
|
||||
xmpp_stanza_add_child(publish, item);
|
||||
|
||||
xmpp_stanza_t *storage = xmpp_stanza_new(ctx);
|
||||
|
||||
Reference in New Issue
Block a user