Skip to content

Commit

Permalink
add user info to /me thumbnail rows
Browse files Browse the repository at this point in the history
  • Loading branch information
c99koder committed Mar 20, 2017
1 parent d6649d1 commit afe9edc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions IRCCloud/Classes/EventsTableView.m
Original file line number Diff line number Diff line change
Expand Up @@ -1279,6 +1279,7 @@ -(Event *)entity:(Event *)parent eid:(NSTimeInterval)eid properties:(NSDictionar
e1.bid = parent.bid;
e1.eid = eid;
e1.from = parent.from;
e1.nick = parent.nick;
e1.isSelf = parent.isSelf;
e1.fromMode = parent.fromMode;
e1.realname = parent.realname;
Expand Down

0 comments on commit afe9edc

Please sign in to comment.