1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-14 05:35:19 +02:00

Merge branch 'develop' into pag-back

This commit is contained in:
tamaina
2023-07-24 06:12:24 +00:00
8 changed files with 26 additions and 15 deletions

View File

@@ -57,14 +57,6 @@ const prepend = note => {
}
};
const onUserAdded = () => {
tlComponent?.pagingComponent?.reload();
};
const onUserRemoved = () => {
tlComponent?.pagingComponent?.reload();
};
let endpoint;
let query;
let connection;
@@ -144,8 +136,6 @@ if (props.src === 'antenna') {
listId: props.list,
});
connection.on('note', prepend);
connection.on('userAdded', onUserAdded);
connection.on('userRemoved', onUserRemoved);
} else if (props.src === 'channel') {
endpoint = 'channels/timeline';
query = {