feat: Adds support for ntfy's phone call feature (#6640)

This commit is contained in:
Erik Benoist
2026-01-08 01:16:49 +01:00
committed by GitHub
parent d05303963d
commit e31ef63b01
3 changed files with 15 additions and 1 deletions
+7
View File
@@ -52,6 +52,13 @@
<label for="ntfy-icon" class="form-label">{{ $t("IconUrl") }}</label>
<input id="ntfy-icon" v-model="$parent.notification.ntfyIcon" type="text" class="form-control">
</div>
<div class="mb-3">
<label for="ntfy-call" class="form-label">{{ $t("ntfyCall") }}</label>
<input id="ntfy-call" v-model="$parent.notification.ntfyCall" type="text" class="form-control" placeholder="yes or +12223334444">
<div class="form-text">
{{ $t("ntfyCallHelptext") }}
</div>
</div>
</template>
<script>