mirror of
https://github.com/oxen-io/session-ios.git
synced 2023-12-13 21:30:14 +01:00
DRY up and refine the logic to attach the local profile key to outgoing messages.
// FREEBIE
This commit is contained in:
parent
aa6312b586
commit
4a54f1a99c
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ message Content {
|
|||
optional SyncMessage syncMessage = 2;
|
||||
optional CallMessage callMessage = 3;
|
||||
optional NullMessage nullMessage = 4;
|
||||
optional bytes profileKey = 5;
|
||||
optional bytes profileKey = 5;
|
||||
}
|
||||
|
||||
message NullMessage {
|
||||
|
|
Loading…
Reference in a new issue