libpurple/conversationtypes.c

changeset 36086
5e1693f7c0d5
parent 35639
7391a9c98a1d
child 36088
4c386387f6f3
equal deleted inserted replaced
36085:f4d353818589 36086:5e1693f7c0d5
820 /* TODO: Would be more appropriate to use a value that indicates 820 /* TODO: Would be more appropriate to use a value that indicates
821 that the timestamp is unknown, and surface that in the UI. */ 821 that the timestamp is unknown, and surface that in the UI. */
822 mtime = time(NULL); 822 mtime = time(NULL);
823 } 823 }
824 824
825 if (!(flags & PURPLE_MESSAGE_WHISPER)) { 825 if (TRUE) {
826 const char *str; 826 const char *str;
827 827
828 str = purple_normalize(account, who); 828 str = purple_normalize(account, who);
829 829
830 if (purple_strequal(str, priv->nick)) { 830 if (purple_strequal(str, priv->nick)) {

mercurial