mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 21:27:21 +01:00
add note handling
This commit is contained in:
parent
58ad7153d3
commit
0599416f4c
4 changed files with 60 additions and 13 deletions
|
|
@ -10,6 +10,8 @@ namespace MareSynchronos.WebAPI;
|
|||
|
||||
public partial class ApiController
|
||||
{
|
||||
public ClientPairDto? LastAddedUser { get; set; }
|
||||
|
||||
private void UserForcedReconnectCallback()
|
||||
{
|
||||
_ = CreateConnections();
|
||||
|
|
@ -25,6 +27,7 @@ public partial class ApiController
|
|||
}
|
||||
if (entry == null)
|
||||
{
|
||||
LastAddedUser = dto;
|
||||
PairedClients.Add(dto);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue