diff --git a/Signal/src/view controllers/MessagesViewController.m b/Signal/src/view controllers/MessagesViewController.m index 8653805b1..61c71316e 100644 --- a/Signal/src/view controllers/MessagesViewController.m +++ b/Signal/src/view controllers/MessagesViewController.m @@ -80,7 +80,7 @@ typedef enum : NSUInteger { NSUInteger _unreadCount; } -@property (nonatomic, readwrite) TSThread *thread; +@property TSThread *thread; @property (nonatomic, weak) UIView *navView; @property (nonatomic, strong) YapDatabaseConnection *editingDatabaseConnection; @property (nonatomic, strong) YapDatabaseConnection *uiDatabaseConnection;