1
0
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:
James Booth 2014-08-31 23:11:30 +01:00
parent c92ac37ddc
commit 15fe590eda

View File

@ -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;