=== 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>20</default> |
| 1047 | <default>23</default> |
1048 | 1048 | |
1049 | 1049 | <description> |
1050 | 1050 | <para> |
=== 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 = "20"; |
| 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; |