Changeset a7c6d0e for protocols/twitter


Ignore:
Timestamp:
2010-04-30T22:51:18Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
85ef57f
Parents:
23784065
Message:

Set HTML-flag on Twitter accounts so &lt;/&gt; and all get converted back.
(Probably also fixes potential problems with outgoing messages.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/twitter/twitter.c

    r23784065 ra7c6d0e  
    159159        twitter_connections = g_slist_append( twitter_connections, ic );
    160160        ic->proto_data = td;
     161        ic->flags |= OPT_DOES_HTML;
    161162       
    162163        td->user = acc->user;
Note: See TracChangeset for help on using the changeset viewer.