I add guids to network chat messages and it’s great if someone new comes in they get all the older messages.
Is there a way to get rid of older messages? Do they get persisted on the tiny-storage-server like files?
by user 563549194137239552
I add guids to network chat messages and it’s great if someone new comes in they get all the older messages.
Is there a way to get rid of older messages? Do they get persisted on the tiny-storage-server like files?
by user 563549194137239552
Will this work? this.context.connection.sendDeleteRemoteState()
by user 563549194137239552
They are persistent yes, you can use the call with deleteRemoteState with the guid to delete it from the backend (the one you sent should work)