Skip to content

Commit

Permalink
Merge pull request #554 from matrix-org/riot_1937_3
Browse files Browse the repository at this point in the history
Room tag: Add definition for the new kMXRoomTagServerNotice tag
  • Loading branch information
manuroe committed Aug 23, 2018
2 parents 8c74fc2 + 4add74d commit 8dda339
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions MatrixSDK/JSONModels/MXJSONModels.h
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,7 @@ FOUNDATION_EXPORT NSString *const kMXLoginIdentifierTypePhone;
*/
FOUNDATION_EXPORT NSString *const kMXRoomTagFavourite;
FOUNDATION_EXPORT NSString *const kMXRoomTagLowPriority;
FOUNDATION_EXPORT NSString *const kMXRoomTagServerNotice;

/**
`MXRoomTag` represents a room tag.
Expand Down
1 change: 1 addition & 0 deletions MatrixSDK/JSONModels/MXJSONModels.m
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ + (id)modelFromJSON:(NSDictionary *)JSONDictionary

NSString *const kMXRoomTagFavourite = @"m.favourite";
NSString *const kMXRoomTagLowPriority = @"m.lowpriority";
NSString *const kMXRoomTagServerNotice = @"m.server_notice";

@interface MXRoomTag()
{
Expand Down

0 comments on commit 8dda339

Please sign in to comment.