feat: live feedback (#2456)

This commit is contained in:
My-Responsitories
2026-07-21 08:49:37 +00:00
committed by GitHub
parent 2d389424af
commit 3a5636ecee
8 changed files with 251 additions and 77 deletions

View File

@@ -1014,4 +1014,7 @@ abstract final class Api {
static const String replyReport = '/x/v2/reply/report';
static const String dynReaction = '/x/polymer/web-dynamic/v1/detail/reaction';
static const String liveFeedback =
'${HttpString.liveBaseUrl}/xlive/app-interface/v2/index/feedback';
}