Changeset 25562
- Timestamp:
- 11/11/2008 12:39:55 AM (2 months ago)
- Files:
-
- trunk/Source/AIContentController.m (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/AIContentController.m
r25445 r25562 230 230 AIChat *chat = [inObject chat]; 231 231 232 //Only proceed if the contact is not ignored 233 if (![chat isListContactIgnored:[inObject source]] ) {232 //Only proceed if the contact is not ignored or blocked 233 if (![chat isListContactIgnored:[inObject source]] && ![[inObject source] isBlocked]) { 234 234 //Notify: Will Receive Content 235 235 if ([inObject trackContent]) {