1
0

upd: add notification for failures, add reasons for failure, apply suggestions

This commit is contained in:
Marie
2024-11-03 17:59:50 +01:00
parent f08d1ec38f
commit fc9d777dc3
17 changed files with 110 additions and 28 deletions
@@ -18,8 +18,6 @@ type MinimumUser = {
};
export type MiScheduleNoteType={
/** Date.toISOString() */
createdAt: string;
visibility: 'public' | 'home' | 'followers' | 'specified';
visibleUsers: MinimumUser[];
channel?: MiChannel['id'];