From 08574251153406e4755f58c2ee5548ee32e308fb Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sun, 3 Nov 2013 06:08:35 +0400 Subject: avatars --- Juick/Message.m | 1 + 1 file changed, 1 insertion(+) (limited to 'Juick/Message.m') diff --git a/Juick/Message.m b/Juick/Message.m index 08f9289..2c35ef4 100644 --- a/Juick/Message.m +++ b/Juick/Message.m @@ -18,6 +18,7 @@ NSString *text = [[dictionary objectForKey:@"body"] stringByDecodingHTMLEntities]; NSDictionary *userDict = [dictionary objectForKey:@"user"]; result.user = [userDict objectForKey:@"uname"]; + result.userID = [userDict objectForKey:@"uid"]; NSArray *tagsArray = [dictionary objectForKey:@"tags"]; if ([tagsArray count] > 0) { result.text = [[NSString alloc] initWithFormat:@"%@\n%@", [tagsArray componentsJoinedByString:@", "], text]; -- cgit v1.2.3