Fix db inconsistencies when deleting a room
Since the euph_trees table can't have any foreign key constraints pointing to the euph_rooms table, deleting a room wouldn't delete that room's trees in euph_trees. Upon reconnecting to the room, those trees would then be displayed as placeholder messages without children.
This commit is contained in:
parent
a2b9f57a09
commit
f430b0efc7
3 changed files with 15 additions and 3 deletions
|
|
@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||
- Slowed down room history download speed
|
||||
|
||||
### Fixed
|
||||
- Chat rendering when deleting and re-joining a room
|
||||
- Spacing in some popups
|
||||
|
||||
## v0.1.0 - 2022-08-06
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue