Skip to content

Commit

Permalink
fixes monal-im#35 accidentally was assigning where it should have bee…
Browse files Browse the repository at this point in the history
…n strong
  • Loading branch information
Anurodh Pokharel committed Mar 14, 2016
1 parent 8abbdc4 commit 4aac61e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Monal/Classes/ParseMessage.h
Expand Up @@ -23,10 +23,8 @@
@property (nonatomic, strong, readonly) NSString* messageText;
@property (nonatomic, strong, readonly) NSString* messagHTML;
@property (nonatomic, assign, readonly) BOOL hasBody;

@property (nonatomic, assign, readonly) NSDate *delayTimeStamp;

@property (nonatomic, assign, readonly) NSString* avatarData;
@property (nonatomic, strong, readonly) NSDate *delayTimeStamp;
@property (nonatomic, strong, readonly) NSString* avatarData;

@property (nonatomic, assign, readonly) BOOL mucInvite;

Expand Down

0 comments on commit 4aac61e

Please sign in to comment.