Sorting channels is probably causing history mess #129
Labels
No labels
bug
duplicate
enhancement
help wanted
question
research needed
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
skobkin/meshgo#129
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
There's a change that changing channels order (especially outside of this app) can cause history mess when node is connected again. Messages could be shown in wrong channels since we filter them by values like
channel:0in themessages.chat_key.If so, we may need to either change what we use for
chat_keyor at least add message moving when we change node channel settings in this app.