修复远程缓存
This commit is contained in:
@@ -144,12 +144,27 @@ export type CachedStatus = {
|
||||
summary: string;
|
||||
sensitive: number;
|
||||
language: string;
|
||||
visibility: string;
|
||||
in_reply_to: string | null;
|
||||
url: string;
|
||||
published: string;
|
||||
mentions_json: string;
|
||||
tags_json: string;
|
||||
local_recipients_json: string;
|
||||
cached_at: string;
|
||||
};
|
||||
|
||||
export type CachedStatusMention = {
|
||||
actor: string;
|
||||
acct: string;
|
||||
url: string;
|
||||
};
|
||||
|
||||
export type CachedStatusTag = {
|
||||
name: string;
|
||||
url: string | null;
|
||||
};
|
||||
|
||||
export type CachedStatusAttachment = {
|
||||
cached_status_id: string;
|
||||
position: number;
|
||||
|
||||
Reference in New Issue
Block a user