Refactor invitation handling in router.go
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
ycc
2024-02-20 20:25:07 +01:00
parent db4c3cbbc8
commit defafcf996
5 changed files with 61 additions and 11 deletions

10
doc/sq_srvinv04.puml Normal file
View File

@ -0,0 +1,10 @@
@startuml Server Invitation Step 03
Bastet -> NativeLib : periodic message check
Bastet -> NativeLib : build accept message
NativeLib -> Bastet : invitationGetMessage
Bastet -> Server : send accept message
Server -> Redis : store accept message
Server -> Bastet : accept message ok
Bastet -> User : msg sent
@enduml