tangled
alpha
login
or
join now
keii.dev
/
osu-web
the browser-facing portion of osu!
0
fork
atom
overview
issues
pulls
pipelines
already array
bakaneko
5 years ago
009052eb
a4b73e91
+1
-1
1 changed file
expand all
collapse all
unified
split
app
Jobs
Notifications
ChannelMessage.php
+1
-1
app/Jobs/Notifications/ChannelMessage.php
···
44
44
45
45
public function getListeningUserIds(): array
46
46
{
47
47
-
return $this->message->channel->userIds()->all();
47
47
+
return $this->message->channel->userIds();
48
48
}
49
49
50
50
public function getNotifiable()