mirror of
https://gitlab.com/comunic/comunicapiv3
synced 2025-09-25 22:29:45 +00:00
Create client push notification token
This commit is contained in:
@@ -59,6 +59,13 @@ pub mod database_tables_names {
|
||||
pub const NOTIFICATIONS_TABLE: &str = "comunic_notifications";
|
||||
}
|
||||
|
||||
/// Push Notifications Database prefix
|
||||
pub mod push_notifications_db_prefix {
|
||||
pub const NONE_PREFIX: &str = "NONE";
|
||||
pub const INDEPENDENT_PREFIX: &str = "I:";
|
||||
pub const FIREBASE_PREFIX: &str = "F:";
|
||||
}
|
||||
|
||||
/// Password policy
|
||||
pub mod password_policy {
|
||||
/// Allow email in password ?
|
||||
|
Reference in New Issue
Block a user