- Timestamp:
- 2012-01-30T21:41:00Z (13 years ago)
- Branches:
- master
- Children:
- eb4c81a
- Parents:
- 8d96b78 (diff), 948abab (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- protocols/twitter
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/twitter/twitter.c
r8d96b78 rcf0dbdd 246 246 247 247 s = set_add(&acc->set, "show_old_mentions", "true", set_eval_bool, acc); 248 249 s = set_add(&acc->set, "strip_newlines", "false", set_eval_bool, acc); 248 250 } 249 251 -
protocols/twitter/twitter_lib.c
r8d96b78 rcf0dbdd 647 647 strip_html(status->text); 648 648 649 if (set_getbool(&ic->acc->set, "strip_newlines")) 650 strip_newlines(status->text); 651 649 652 msg = twitter_msg_add_id(ic, status, ""); 650 653
Note: See TracChangeset
for help on using the changeset viewer.