Persist message history #14
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This requires significant engineering to support synchronisation across multiple browser tabs.
Currently, multiple browser tabs do not pose a problem because each one acts as an isolated 'instance' of Mercury (with the exception of persisted settings).
Perhaps the message history should be stored to a 'session ID' and can selectively be loaded when the user opens a channel?
Need to work out how to prevent two tabs writing to the same session ID if this approach is selected.