@ -291,10 +291,12 @@ export class GroupSyncService {
}
}
privatestaticcacheActiveGroups():void{
privatestaticcacheActiveGroups():void{
constgroups=this.dbInstance.prepare('SELECT id, name FROM groups WHERE active = TRUE AND COALESCE(is_community,0) = 0 AND COALESCE(archived,0) = 0').all();
constgroups=this.dbInstance
.prepare('SELECT id, name FROM groups WHERE active = TRUE AND COALESCE(is_community,0) = 0 AND COALESCE(archived,0) = 0')