1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-22 21:04:08 +02:00

enhance: 招待されているが参加していないルームを開いたときに、招待を承認するかどうか尋ねるように

This commit is contained in:
syuilo
2025-05-10 11:25:00 +09:00
parent e1cd7c94fb
commit 0a0d42bb48
7 changed files with 78 additions and 10 deletions

View File

@@ -5534,6 +5534,7 @@ export type components = {
name: string;
description: string;
isMuted?: boolean;
invitationExists?: boolean;
};
ChatRoomInvitation: {
id: string;