Changeset 37ed402 for otr.c


Ignore:
Timestamp:
2013-08-02T18:08:34Z (11 years ago)
Author:
unknown <pesco@…>
Branches:
master
Children:
f93e01c
Parents:
fa9478e
Message:

use INSTAG_RECENT for outgoing messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • otr.c

    rfa9478e r37ed402  
    435435        irc_t *irc = iu->irc;
    436436        struct im_connection *ic = iu->bu->ic;
    437         otrl_instag_t instag = OTRL_INSTAG_MASTER; // XXX?
     437        otrl_instag_t instag = OTRL_INSTAG_RECENT; // XXX?
    438438
    439439        /* don't do OTR on certain (not classic IM) protocols, e.g. twitter */
     
    13751375                }
    13761376                assert(l != NULL);  /* a match should always be found */
     1377                if(!l)
     1378                        return NULL;
    13771379        }
    13781380
Note: See TracChangeset for help on using the changeset viewer.