Ticket #1077: urllen.patch
File urllen.patch, 795 bytes (added by , at 2013-07-13T18:13:39Z) |
---|
-
doc/user-guide/commands.xml
=== modified file 'doc/user-guide/commands.xml'
1044 1044 </bitlbee-setting> 1045 1045 1046 1046 <bitlbee-setting name="target_url_length" type="integer" scope="account"> 1047 <default>2 0</default>1047 <default>23</default> 1048 1048 1049 1049 <description> 1050 1050 <para> -
protocols/twitter/twitter.c
=== modified file 'protocols/twitter/twitter.c'
290 290 291 291 if (strcmp(acc->prpl->name, "twitter") == 0) { 292 292 def_url = TWITTER_API_URL; 293 def_tul = "2 0";293 def_tul = "23"; 294 294 def_mentions = "true"; 295 295 } else { /* if( strcmp( acc->prpl->name, "identica" ) == 0 ) */ 296 296 def_url = IDENTICA_API_URL;