fix chat camera

This commit is contained in:
Peter Maquiran
2023-03-14 09:50:40 +01:00
parent 2b4b879970
commit c825fb2d3c
4 changed files with 48 additions and 14 deletions
@@ -151,6 +151,8 @@ export class PublicationsPage implements OnInit {
this.publicationsEventFolderList = folders.filter((e)=>e.ActionType == 'Evento')
this.publicationsTravelFolderList = folders.filter((e)=>e.ActionType != 'Evento')
// ActionModel.create(folders)
await this.storage.set('actionsEvents', this.publicationsEventFolderList);
await this.storage.set('actionsViagens', this.publicationsTravelFolderList);