修复关注

This commit is contained in:
浪子
2026-05-14 14:19:23 +08:00
parent 5a9acd60c5
commit 635aad8162
7 changed files with 157 additions and 21 deletions
+1
View File
@@ -170,6 +170,7 @@ export type OAuthToken = {
export type ActorCache = {
id: string;
local_id: string | null;
inbox: string;
shared_inbox: string | null;
preferred_username: string | null;