-
feat: add emoji reaction support for files
All checks were successfulBuild and Publish Docker Image / deploy (push) Successful in 1m46sreleased this
2026-06-02 11:30:33 +03:00 | 28 commits to master since this release- Implement
ReactionServiceto manage file reactions in the database. - Add
POST /d/{boxID}/f/{fileID}/reactendpoint to handle user reactions. - Add
GET /emoji/{pack}/{file}endpoint to serve custom emoji assets. - Support loading custom emoji packs dynamically from the data directory.
- Update README with instructions on configuring emoji reaction packs.
Downloads
- Implement