mirror of
https://github.com/friendica/friendica
synced 2025-04-24 17:10:11 +00:00
Meaningful notification message
This commit is contained in:
parent
f0bb83c225
commit
6899d3c618
4 changed files with 321 additions and 98 deletions
|
@ -82,8 +82,8 @@ class PushSubscription
|
|||
}
|
||||
}
|
||||
|
||||
// @todo Add a meaningful title here, see the functionality in enotify.php
|
||||
$title = '';
|
||||
$message = Notification::getMessage($notification);
|
||||
$title = $message['plain'] ?: '';
|
||||
|
||||
$push = Subscription::create([
|
||||
'contentEncoding' => 'aesgcm',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue