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:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user