Fix : to @ in userID in user registration

This commit is contained in:
ChronosX88 2020-10-08 21:17:07 +04:00
parent 991fae3a71
commit 9376a326b2
Signed by: ChronosXYZ
GPG Key ID: 085A69A82C8C511A

View File

@ -176,7 +176,7 @@ namespace InBandLogin
}
BaseMessage reply = new BaseMessage(message, true);
var p = new RegisterResponsePayload();
p.UserID = $"@{pObj.Username}:{_pluginHostAPI.GetServerID()}";
p.UserID = $"@{pObj.Username}@{_pluginHostAPI.GetServerID()}";
if (pObj.LoginOnSuccess)
{
string deviceID = "ABCDEF"; // TODO fix device id system