@ -369,7 +369,7 @@ NS_ASSUME_NONNULL_BEGIN
- (NSUInteger)avatarSize
{
return 24.f;
return 36.f;
}
- (void)otherUsersProfileDidChange:(NSNotification *)notification
@ -80,7 +80,7 @@ public class ConversationStyle: NSObject {
@objc
public func updateProperties() {
if thread.isGroupThread() {
gutterLeading = 40
gutterLeading = 52
gutterTrailing = 20
} else {
gutterLeading = 16