Add various deleted flags to entities | Add active to subscriptions | Add DeleteUser && DeleteChannel endpoints
Build Docker and Deploy / Deploy to Server (push) Blocked by required conditions
Build Docker and Deploy / Build Docker Container (push) Successful in 53s
Build Docker and Deploy / Run Unit-Tests (push) Has been cancelled

This commit is contained in:
2025-04-13 16:12:15 +02:00
parent aac34ef738
commit 67882713f9
47 changed files with 2453 additions and 243 deletions
+3
View File
@@ -33,6 +33,7 @@ func TestResponseChannel(t *testing.T) {
"channel_internal_name": "string",
"timestamp_created": "rfc3339",
"confirmed": "bool",
"active": "bool",
},
})
}
@@ -179,6 +180,7 @@ func TestResponseMessage(t *testing.T) {
"sender_user_id": "id",
"channel_internal_name": "string",
"channel_id": "id",
"channel_owner_user_id": "id",
"sender_name": "string",
"sender_ip": "string",
"timestamp": "rfc3339",
@@ -207,6 +209,7 @@ func TestResponseSubscription(t *testing.T) {
"channel_internal_name": "string",
"timestamp_created": "rfc3339",
"confirmed": "bool",
"active": "bool",
})
}