[PD1] Logic all done?
This commit is contained in:
parent
cfe9f3c7b3
commit
4c141bbc6e
4 changed files with 31 additions and 34 deletions
|
@ -48,6 +48,7 @@ F:
|
|||
if active := connection.Send(message); !active {
|
||||
break F
|
||||
}
|
||||
dataStore.MarkMessageInQueueAsRead(UID, reqMsg.Num)
|
||||
case protocol.SubmitMsgPkt:
|
||||
submitMsg := protocol.UnmarshalSubmitMessagePacket(pac.Body)
|
||||
if submitMsg.ToUID != UID && dataStore.userExists(submitMsg.ToUID) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue