notify using signal, and only email as fallback

Fixes chat room selector in web interface,
This commit is contained in:
Paul Schneider 2019-05-18 18:00:02 +01:00
commit 6b8180edde
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";
}
}