Changeset 3325df7 for protocols/msn


Ignore:
Timestamp:
2014-11-17T05:57:16Z (9 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
aa6bcd8
Parents:
a77a9ef
Message:

msn_buddy_ask: only ask to add if contact is in pending list

Previously it asked if they were in pending/reverse but not allow/block.
In theory that would fix inconsistent states. And in practice... nope.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/msn/msn_util.c

    ra77a9ef r3325df7  
    207207        char buf[1024];
    208208       
    209         if( ( bd->flags & 30 ) != 8 && ( bd->flags & 30 ) != 16 )
     209        if( !( bd->flags & MSN_BUDDY_PL ) )
    210210                return;
    211211       
Note: See TracChangeset for help on using the changeset viewer.