the browser-facing portion of osu!
0
fork

Configure Feed

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

hotfix null username

bakaneko 50d53a63 ccc3908a

+1 -1
+1 -1
app/Models/Store/OrderItem.php
··· 115 115 { 116 116 // only one for now 117 117 if ($this->product->custom_class === 'username-change') { 118 - return new ChangeUsername($this->order->user, $this->extra_info); 118 + return new ChangeUsername($this->order->user, $this->extra_info ?? ''); 119 119 } 120 120 } 121 121