Removed leftover Channels code

This commit is contained in:
Natty 2023-07-31 19:43:14 +02:00
parent 283275c80d
commit f9ab6d7c65
Signed by: natty
GPG Key ID: BF6CB659ADEE60EC
2 changed files with 3 additions and 8 deletions

View File

@ -41,7 +41,6 @@ export async function importCkPost(
localOnly,
visibility: "hidden",
visibleUsers: [],
channel: null,
apMentions: new Array(0),
apHashtags: undefined,
apEmojis: undefined,

View File

@ -148,10 +148,6 @@ type NoteStreamEventTypes = {
};
};
export interface ChannelStreamTypes {
typing: User["id"];
}
export interface UserListStreamTypes {
userAdded: Packed<"User">;
userRemoved: Packed<"User">;