venueless / venueless

Taking your event online
https://venueless.org
Other
202 stars 18 forks source link

When (re-)opening a DM, but not writing anything, the channel does not persist and F5 breaks the UI #84

Closed rashfael closed 4 years ago

rashfael commented 4 years ago

Probably related to the "anti-ghost-open" DM feature. Should the UI just drop to / when that happens or should we persist the channel for the opening user?

raphaelm commented 4 years ago

I'd consider this a backend bug since https://github.com/venueless/venueless/blob/master/server/venueless/core/services/chat.py#L263 already contains code to persist that channel for the opening user, it appearently does not work though :)