diff --git a/src/common.c b/src/common.c index c8f78ca..9a7c6b9 100644 --- a/src/common.c +++ b/src/common.c @@ -688,6 +688,9 @@ void mwUserStatus_get(struct mwGetBuffer *b, struct mwUserStatus *stat) { guint16_get(b, &stat->status); guint32_get(b, &stat->time); mwString_get(b, &stat->desc); + + // Quick'n ugly hack for recent Sametime clients + stat->time = 0; }