[REORG] messages types

This commit is contained in:
Paul Schneider 2019-05-20 18:48:03 +01:00
commit 75fbe7be5e
5 changed files with 15 additions and 9 deletions

View file

@ -191,7 +191,7 @@ namespace Yavsc.Controllers
nrep = new MessageWithPayloadResponse { failure=1, results = new MessageWithPayloadResponse.Result[] {
new MessageWithPayloadResponse.Result
{
error=ErrorMessages.ContactRefused,
error=NotificationTypes.ContactRefused,
registration_id= pro.PerformerId
}
} };