kopia lustrzana https://github.com/pixelfed/pixelfed
Update NotificationTransformer
rodzic
530149f0f4
commit
abcc62a3fc
|
@ -49,10 +49,9 @@ class NotificationTransformer extends Fractal\TransformerAbstract
|
|||
$verbs = [
|
||||
'follow' => 'follow',
|
||||
'mention' => 'mention',
|
||||
'reblog' => 'share',
|
||||
'share' => 'share',
|
||||
'share' => 'reblog',
|
||||
'like' => 'favourite',
|
||||
'comment' => 'comment',
|
||||
'comment' => 'mention',
|
||||
];
|
||||
return $verbs[$verb];
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue