Add support for priority
Set default title to topic unique, as displayed in subscriptions list, if not provided Increase toast timeout to 5 seconds
This commit is contained in:
@@ -20,6 +20,9 @@ namespace ntfysh_client.Notifications
|
||||
public string Message { get; set; } = null!;
|
||||
|
||||
[JsonProperty("title")]
|
||||
public string Title { get; set; } = null!;
|
||||
public string? Title { get; set; }
|
||||
|
||||
[JsonProperty("priority")]
|
||||
public NotificationPriority? Priority { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user