fix: custom message texts (#2046)

* fix: grpc implementation of custom message texts

* fix: proto definition of RemoveHumanAvatar in mgmt api

* fix: DeleteCustomText in view (respect key)
This commit is contained in:
Livio Amstutz
2021-07-20 11:40:53 +02:00
committed by GitHub
parent 9413fc19ff
commit 413ed80611
12 changed files with 20 additions and 17 deletions

View File

@@ -404,7 +404,7 @@ service ManagementService {
};
}
// Removes the avatar number of the human
rpc RemoveMyAvatar(RemoveHumanAvatarRequest) returns (RemoveHumanAvatarResponse) {
rpc RemoveHumanAvatar(RemoveHumanAvatarRequest) returns (RemoveHumanAvatarResponse) {
option (google.api.http) = {
delete: "/users/{user_id}/avatar"
};