fix(backend): リプライ禁止ポリシーにて自分にリプライできないのを修正 (MisskeyIO#495)

This commit is contained in:
kabo2468
2024-03-02 04:28:45 +09:00
committed by GitHub
parent f4348af944
commit 62e7961aea
3 changed files with 6 additions and 1 deletions

View File

@@ -4784,6 +4784,7 @@ export type components = {
gtlAvailable: boolean;
ltlAvailable: boolean;
canPublicNote: boolean;
canInitiateConversation: boolean;
canCreateContent: boolean;
canUpdateContent: boolean;
canDeleteContent: boolean;