mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-10 17:14:26 +02:00
Merge pull request #9858 from annando/notify-ignored
New setting that controls notifications for ignored contacts
This commit is contained in:
commit
a7fac5a76f
4 changed files with 17 additions and 1 deletions
|
@ -101,6 +101,8 @@
|
|||
{{include file="field_checkbox.tpl" field=$email_textonly}}
|
||||
{{include file="field_checkbox.tpl" field=$detailed_notif}}
|
||||
|
||||
{{include file="field_checkbox.tpl" field=$notify_ignored}}
|
||||
|
||||
{{include file="field_checkbox.tpl" field=$desktop_notifications}}
|
||||
<script>
|
||||
(function () {
|
||||
|
|
|
@ -150,6 +150,8 @@
|
|||
{{include file="field_checkbox.tpl" field=$email_textonly}}
|
||||
{{include file="field_checkbox.tpl" field=$detailed_notif}}
|
||||
|
||||
{{include file="field_checkbox.tpl" field=$notify_ignored}}
|
||||
|
||||
{{* commented out because it was commented out in the original template
|
||||
<div class="field">
|
||||
<button type="button" onclick="javascript:Notification.requestPermission(function(perm){if(perm === 'granted')alert('{{$desktop_notifications_success_message}}');});">{{$desktop_notifications}}</button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue