store fix + add peer invitationPending Check
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
ycc
2024-02-25 20:15:35 +01:00
parent c4b61e16c5
commit 4b3d7548bd
5 changed files with 21 additions and 4 deletions

7
doc/sq_inv.puml Normal file
View File

@ -0,0 +1,7 @@
@startuml Server Invitation Step 01
Bob -> MeowBob: Create invitation for alice
Bob -> Alice: Send invitation
Alice -> MeowAlice: Accept Invitation and create answer
Alice -> Bob: Send answer
Bob -> MeowBob: Review Answer, invitation finalize
@enduml

View File

@ -1,9 +1,8 @@
@startuml Server Invitation Step 03
Bastet -> NativeLib : periodic message check
Bastet -> NativeLib : build accept message
NativeLib -> Bastet : invitationGetMessage
Bastet -> Server : send accept message
NativeLib -> Server : get new messages
Server -> NativeLib : send invitation message
Server -> Redis : store accept message
Server -> Bastet : accept message ok
Bastet -> User : msg sent