fix some event-emitter

This commit is contained in:
dalbodeule
2024-08-24 13:51:08 +09:00
parent 36d0ed82d6
commit 8bbd163458
2 changed files with 1 additions and 5 deletions

View File

@@ -295,7 +295,6 @@ class UserHandler(
null, null,
null, null,
null, null,
null
) )
) )

View File

@@ -271,10 +271,7 @@ class MessageHandler(
SongType.ADD, SongType.ADD,
msg.userId, msg.userId,
msg.profile?.nickname ?: "", msg.profile?.nickname ?: "",
video.name, video,
video.author,
video.length,
video.url
) )
) )
} }