feat: dyn reaction

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-06-19 21:23:54 +08:00
parent f91a8aa913
commit 7126d05063
16 changed files with 706 additions and 199 deletions

View File

@@ -1008,4 +1008,8 @@ abstract final class Api {
static const String bubble = '/x/tribee/v1/dyn/all';
static const String sortFollowTag = '/x/relation/tags/update_sort';
static const String replyReport = '/x/v2/reply/report';
static const String dynReaction = '/x/polymer/web-dynamic/v1/detail/reaction';
}