mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-08 09:43:51 +09:00
wip
This commit is contained in:
@ -4,7 +4,7 @@ import Xev from 'xev';
|
||||
const ev = new Xev();
|
||||
|
||||
export default function(request: websocket.request, connection: websocket.connection): void {
|
||||
const onStats = stats => {
|
||||
const onStats = (stats: any) => {
|
||||
connection.send(JSON.stringify({
|
||||
type: 'stats',
|
||||
body: stats
|
||||
|
Reference in New Issue
Block a user