mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-03 05:44:45 -05:00
Don't add own sent mail to activity page as incoming mail
This commit is contained in:
parent
5d9ce662e9
commit
8f21c158c6
2 changed files with 3 additions and 1 deletions
|
|
@ -308,6 +308,8 @@ enum class RsMailStatusEventCode: uint8_t
|
|||
|
||||
/// An error occurred attempting to sign the message
|
||||
SIGNATURE_FAILED = 0x04,
|
||||
|
||||
MESSAGE_CHANGED = 0x05,
|
||||
};
|
||||
|
||||
struct RsMailStatusEvent : RsEvent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue