0.13.10 : add fiels on message and channel
All checks were successful
Build release Docker image / Build Docker Images (push) Successful in 10m36s

This commit is contained in:
2026-04-14 23:06:41 +02:00
parent 0648bf74bd
commit f7f0ee17d7
7 changed files with 889 additions and 5 deletions

View File

@@ -0,0 +1,9 @@
export default {
routes: [
{
method: "POST",
path: "/messages/:id/react",
handler: "message.addReaction",
},
],
};