remove the possibility to receive notifications when subscribing because that sends a lot of notifications, one for each entry in the feed

This commit is contained in:
Athou
2026-02-19 15:53:17 +01:00
parent bcce77495a
commit ba3214bf10
9 changed files with 26 additions and 26 deletions

View File

@@ -304,7 +304,6 @@ export interface SubscribeRequest {
url: string
title: string
categoryId?: string
pushNotificationsEnabled: boolean
}
export interface TagRequest {