Lazily load better quality jumbomoji
This commit is contained in:
parent
ac04d02d4f
commit
5e41701516
10 changed files with 4566 additions and 137 deletions
15
protos/JumboPack.proto
Normal file
15
protos/JumboPack.proto
Normal file
|
@ -0,0 +1,15 @@
|
|||
syntax = "proto3";
|
||||
|
||||
// Copyright 2024 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
package signalservice;
|
||||
|
||||
message JumbomojiPack {
|
||||
repeated JumbomojiItem items = 1;
|
||||
}
|
||||
|
||||
message JumbomojiItem {
|
||||
string name = 1;
|
||||
bytes image = 2;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue