Merge remote-tracking branch 'origin/new-theme' into new-theme

This commit is contained in:
argirok 2022-07-04 14:13:18 +03:00
commit e61d4495ae
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ export class CommunityService {
async getCommunityAsync() {
await this.promise;
this.clearSubscriptions();
// this.clearSubscriptions();
return this.community.getValue();
}