feat: Cache and resend status message
This commit is contained in:
parent
d539abdc84
commit
6bf013dccf
2 changed files with 27 additions and 0 deletions
|
|
@ -17,4 +17,5 @@ abstract class SettingKeys {
|
|||
'chat.fluffy.unifiedpush.registered';
|
||||
static const String unifiedPushEndpoint = 'chat.fluffy.unifiedpush.endpoint';
|
||||
static const String notificationCurrentIds = 'chat.fluffy.notification_ids';
|
||||
static const String ownStatusMessage = 'chat.fluffy.status_msg';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue