Removed leftover Channels code
This commit is contained in:
parent
283275c80d
commit
f9ab6d7c65
|
@ -41,7 +41,6 @@ export async function importCkPost(
|
|||
localOnly,
|
||||
visibility: "hidden",
|
||||
visibleUsers: [],
|
||||
channel: null,
|
||||
apMentions: new Array(0),
|
||||
apHashtags: undefined,
|
||||
apEmojis: undefined,
|
||||
|
|
|
@ -148,10 +148,6 @@ type NoteStreamEventTypes = {
|
|||
};
|
||||
};
|
||||
|
||||
export interface ChannelStreamTypes {
|
||||
typing: User["id"];
|
||||
}
|
||||
|
||||
export interface UserListStreamTypes {
|
||||
userAdded: Packed<"User">;
|
||||
userRemoved: Packed<"User">;
|
||||
|
|
Loading…
Reference in New Issue