fix: Missing null check and bootstrap ask
This commit is contained in:
parent
597e723515
commit
21801318eb
4 changed files with 31 additions and 2 deletions
|
|
@ -18,4 +18,6 @@ abstract class SettingKeys {
|
|||
static const String unifiedPushEndpoint = 'chat.fluffy.unifiedpush.endpoint';
|
||||
static const String notificationCurrentIds = 'chat.fluffy.notification_ids';
|
||||
static const String ownStatusMessage = 'chat.fluffy.status_msg';
|
||||
static const String dontAskForBootstrapKey =
|
||||
'chat.fluffychat.dont_ask_bootstrap';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue