New sticker creator button
This commit is contained in:
parent
85adb39d31
commit
fad0529080
25 changed files with 442 additions and 11 deletions
14
protos/ArtCreator.proto
Normal file
14
protos/ArtCreator.proto
Normal file
|
@ -0,0 +1,14 @@
|
|||
// Copyright 2022 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
package signalservice;
|
||||
|
||||
message ArtProvisioningEnvelope {
|
||||
optional bytes publicKey = 1;
|
||||
optional bytes ciphertext = 2;
|
||||
}
|
||||
|
||||
message ArtProvisioningMessage {
|
||||
optional string username = 1;
|
||||
optional string password = 2;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue