Ignore:
Timestamp:
2012-02-10T23:49:28Z (12 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
00d6760
Parents:
fc0640e
Message:

Applied patch from #895, making show_old_mentions an integer setting instead
of boolean so you can change the number of mentions being fetched.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/twitter/twitter.c

    rfc0640e rb5fe39b  
    279279        s->flags |= ACC_SET_OFFLINE_ONLY;
    280280
    281         s = set_add(&acc->set, "show_old_mentions", "true", set_eval_bool, acc);
     281        s = set_add(&acc->set, "show_old_mentions", "20", set_eval_int, acc);
    282282
    283283        s = set_add(&acc->set, "strip_newlines", "false", set_eval_bool, acc);
Note: See TracChangeset for help on using the changeset viewer.