Add readme, global scope

This commit is contained in:
Jon Staab
2024-04-15 09:50:08 -07:00
parent bd08c2c283
commit 1fcce21b58
2 changed files with 34 additions and 0 deletions
+1
View File
@@ -17,6 +17,7 @@ export enum FeedType {
export enum Scope {
Self = "self",
Global = "global",
Follows = "follows",
Followers = "followers",
}