Tracking issue: Rewrite of media service #1990
Labels
No labels
Abandoned
Blocked
Bug
Changelog
Added
Changelog
Missing
Changelog
None
Cherry-picking
Database
Dependencies
Dependencies/Renovate
Difficulty
Easy
Difficulty
Hard
Difficulty
Medium
Documentation
Enhancement
Good first issue
Help wanted
Inherited
Matrix/Administration
Matrix/Appservices
Matrix/Auth
Matrix/Client
Matrix/Core
Matrix/E2EE
Matrix/Federation
Matrix/Hydra
Matrix/MSC
Matrix/Media
Matrix/T&S
Merge
Merge/Manual
Merge/Squash
Meta
Meta/CI
Meta/Packaging
Priority
Blocking
Priority
High
Priority
Low
Security
Status
Confirmed
Status
Duplicate
Status
Invalid
Status
Needs Investigation
Support
bob the builder
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
continuwuation/continuwuity#1990
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?
Tracking issue for me to document progress until i get a PR opened with some actual code.
Background
The media service is currently a smoking mess, almost unreadable, and full of legacy code. I intend to rewrite the entire service to make it more readable and coherent, and to support modular storage backends through the use of a single trait that backends can implement.
Discussions started as me wanting to implement S3 support (#93; matrix.to), something i quickly abandoned (was told wasnt actually important, and the issue was closed). Decided to rewrite the media stack anyways (matrix.to), as it is hot garbage.
Rough outline of tasks
Rewrite media serviceto Tracking issue: Rewrite of media serviceDecided to nuke
media_compat_file_link. No more ability to downgrade to Conduit.Context: