mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -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;
|
||||
bookmark_list = g_list_append(bookmark_list, item);
|
||||
|
||||
/* TODO: preference whether autojoin */
|
||||
if (autojoin_val) {
|
||||
if (autojoin_count < BOOKMARK_AUTOJOIN_MAX) {
|
||||
Jid *room_jid;
|
||||
|
Loading…
Reference in New Issue
Block a user