Update PushNotificationService.php to include reblogs

pull/6378/head
Severin 8 months ago committed by GitHub
parent 6197a8296f
commit 228585d94e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -6,7 +6,7 @@ use App\User;
class PushNotificationService {
public const NOTIFY_TYPES = ['follow', 'like', 'mention', 'comment'];
public const NOTIFY_TYPES = ['follow', 'like', 'mention', 'comment', 'reblog'];
public const PUSH_GATEWAY_VERSION = '1.0';

Loading…
Cancel
Save