mirror of
https://github.com/profanity-im/profanity.git
synced 2025-02-02 15:08:15 -05:00
Removed bookmarks todo
This commit is contained in:
parent
c92ac37ddc
commit
15fe590eda
@ -331,7 +331,6 @@ _bookmark_handle_result(xmpp_conn_t * const conn,
|
|||||||
item->autojoin = autojoin_val;
|
item->autojoin = autojoin_val;
|
||||||
bookmark_list = g_list_append(bookmark_list, item);
|
bookmark_list = g_list_append(bookmark_list, item);
|
||||||
|
|
||||||
/* TODO: preference whether autojoin */
|
|
||||||
if (autojoin_val) {
|
if (autojoin_val) {
|
||||||
if (autojoin_count < BOOKMARK_AUTOJOIN_MAX) {
|
if (autojoin_count < BOOKMARK_AUTOJOIN_MAX) {
|
||||||
Jid *room_jid;
|
Jid *room_jid;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user