the browser-facing portion of osu!
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix old file url call

nanaya fa433d6e 5b02b3b6

+1 -1
+1 -1
app/Jobs/Notifications/ForumTopicReply.php
··· 50 50 return [ 51 51 'title' => $this->post->topic->topic_title, 52 52 'post_id' => $this->post->getKey(), 53 - 'cover_url' => optional($this->post->topic->cover)->fileUrl(), 53 + 'cover_url' => $this->post->topic->cover?->file()->url(), 54 54 ]; 55 55 } 56 56