upd: add notification for failures, add reasons for failure, apply suggestions
This commit is contained in:
@@ -18,8 +18,6 @@ type MinimumUser = {
|
||||
};
|
||||
|
||||
export type MiScheduleNoteType={
|
||||
/** Date.toISOString() */
|
||||
createdAt: string;
|
||||
visibility: 'public' | 'home' | 'followers' | 'specified';
|
||||
visibleUsers: MinimumUser[];
|
||||
channel?: MiChannel['id'];
|
||||
|
||||
Reference in New Issue
Block a user