notify using signal, and only email as fallback

Fixes chat room selector in web interface,
This commit is contained in:
2019-05-18 18:00:02 +01:00
parent ddd4754b98
commit c89e253f2b
4 changed files with 71 additions and 38 deletions

View File

@ -9,5 +9,7 @@ namespace Yavsc
public const string PrivateMessageDenied = "deniedpv";
public const string Error = "error";
public const string BookQuery = "bookQuery";
}
}