add (unfinished, untested!) /api/v1/streaming endpoint

This commit is contained in:
sam 2023-09-16 04:33:52 +02:00
parent 0a94e2bf93
commit 6f17b59a47
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
8 changed files with 291 additions and 0 deletions

View file

@ -58,6 +58,7 @@ const (
TokenScopePostsRead TokenScope = "posts.read"
TokenScopePostsWrite TokenScope = "posts.write"
TokenScopeTimeline TokenScope = "timeline"
TokenScopeStreaming TokenScope = "streaming"
)
func (s TokenScope) IsValid() bool {