Add various deleted flags to entities | Add active to subscriptions | Add DeleteUser && DeleteChannel endpoints [skip-tests]
This commit is contained in:
@@ -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",
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user