[REORG] messages types

This commit is contained in:
2019-05-20 18:48:03 +01:00
parent 386bf4b35c
commit 9c9b37b61f
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
}
} };