Purge leftovers from chats #684
No reviewers
Labels
No labels
approved, awaiting change
bug
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs docs
needs tests
not a bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#684
Loading…
Reference in a new issue
No description provided.
Delete branch "Oneric/akkoma:cosmetic-purge-chat"
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?
All of the functionality was already gutted in
0f132b802d
but some (now unused) config settings and the two tables were left. (There already are no more references todisableChat
or:shout
in the config cheatsheet)I confirmed the migration successfully applies both ways
This cleanup is mostly cosmetic — unless someone migrated from Pleroma and still has data stored in the tables. In this case some space will be reclaimed. I guess in theory this may be data loss if later migrating back to Pleroma, but if really desired a backup can be made before
EDIT: if this gets merged before #674 , the migration id in #674 will need to be bumped to avoid confusing Ecto
For reference these are the table schema before (and also after reverting) the migration
so long chats o7
thanks!