mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-30 13:16:58 +02:00
Add the badge value for Home tab bar item.
Fix the missed discussion count
This commit is contained in:
@@ -93,6 +93,16 @@
|
||||
*/
|
||||
- (void)dismissUnifiedSearch:(BOOL)animated completion:(void (^)(void))completion;
|
||||
|
||||
/**
|
||||
The current number of rooms with missed notifications, including the invites.
|
||||
*/
|
||||
- (NSUInteger)missedDiscussionsCount;
|
||||
|
||||
/**
|
||||
The current number of rooms with unread highlighted messages.
|
||||
*/
|
||||
- (NSUInteger)missedHighlightDiscussionsCount;
|
||||
|
||||
|
||||
// Reference to the current auth VC. It is not nil only when the auth screen is displayed.
|
||||
@property (nonatomic, readonly) AuthenticationViewController *authViewController;
|
||||
|
||||
Reference in New Issue
Block a user