mirror of
https://github.com/cadmium-im/zirconium-sharp.git
synced 2024-11-09 12:11:04 +00:00
Fix : to @ in userID in user registration
This commit is contained in:
parent
991fae3a71
commit
9376a326b2
@ -176,7 +176,7 @@ namespace InBandLogin
|
|||||||
}
|
}
|
||||||
BaseMessage reply = new BaseMessage(message, true);
|
BaseMessage reply = new BaseMessage(message, true);
|
||||||
var p = new RegisterResponsePayload();
|
var p = new RegisterResponsePayload();
|
||||||
p.UserID = $"@{pObj.Username}:{_pluginHostAPI.GetServerID()}";
|
p.UserID = $"@{pObj.Username}@{_pluginHostAPI.GetServerID()}";
|
||||||
if (pObj.LoginOnSuccess)
|
if (pObj.LoginOnSuccess)
|
||||||
{
|
{
|
||||||
string deviceID = "ABCDEF"; // TODO fix device id system
|
string deviceID = "ABCDEF"; // TODO fix device id system
|
||||||
|
Loading…
Reference in New Issue
Block a user