feat(dm): implement signed direct messaging with web push fallback

This commit is contained in:
ai5590
2026-04-12 19:34:55 +03:00
parent 1ee2a1cf62
commit 62e55dbaec
21 changed files with 875 additions and 189 deletions
+1 -1
View File
@@ -23,6 +23,7 @@ dependencies {
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.1' // json
implementation "org.slf4j:slf4j-api:2.0.16" // вызов логгера
implementation 'nl.martijndwars:web-push:5.1.1'
implementation project(':shine-server-config') // модуль с настройками
implementation project(":shine-server-log") // модуль логирования и уведомления админов
@@ -40,4 +41,3 @@ java {
targetCompatibility = JavaVersion.VERSION_17
}