mirror of
https://github.com/friendica/friendica
synced 2025-04-27 08:30:10 +00:00
Fix missing notifications:
- Add namecache in enotify - Add "unset()" in notify repository for additional field "abort" - Add possibility for additional, non-saved fields in model
This commit is contained in:
parent
977248f510
commit
443e106105
4 changed files with 44 additions and 2 deletions
|
@ -84,6 +84,8 @@ class Notify extends BaseRepository
|
|||
return null;
|
||||
}
|
||||
|
||||
unset($fields['abort']);
|
||||
|
||||
$this->logger->debug('adding notification entry', ['fields' => $fields]);
|
||||
|
||||
return parent::insert($fields);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue