feat(core): Add message of the day

This commit is contained in:
smizrahi
2024-01-23 10:29:57 +01:00
parent 569cf8e0ae
commit 49b0316b9e
6 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -501,7 +501,7 @@ static BOOL _singleStoreMode = NO;
/* admin */
- (GCSAdminFolder *) adminFolder
{
return [GCSAdminFolder alarmsFolderWithFolderManager: self];
return [GCSAdminFolder adminFolderWithFolderManager: self];
}
- (NSString *)generateSQLWhereForInternalNames:(NSArray *)_names