Merge tag '13.14.2' into io

This commit is contained in:
まっちゃとーにゅ 2023-07-27 18:21:05 +09:00
commit 3343ba8b8a
No known key found for this signature in database
GPG key ID: 6AFBBF529601C1DB
46 changed files with 2221 additions and 326 deletions

View file

@ -38,14 +38,6 @@ const prepend = note => {
}
};
const onUserAdded = () => {
tlComponent.pagingComponent?.reload();
};
const onUserRemoved = () => {
tlComponent.pagingComponent?.reload();
};
let endpoint;
let query;
let connection;
@ -136,8 +128,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 = {