the browser-facing portion of osu!

already array

bakaneko 009052eb a4b73e91

+1 -1
+1 -1
app/Jobs/Notifications/ChannelMessage.php
··· 44 44 45 45 public function getListeningUserIds(): array 46 46 { 47 - return $this->message->channel->userIds()->all(); 47 + return $this->message->channel->userIds(); 48 48 } 49 49 50 50 public function getNotifiable()