feat: implement notifications and admin notification api
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
data "immich_notifications" "my_unread" {
|
||||
unread_only = true
|
||||
}
|
||||
|
||||
output "unread_notifications" {
|
||||
value = data.immich_notifications.my_unread.notifications
|
||||
}
|
||||
Reference in New Issue
Block a user