Move reactions into their own table.

This commit is contained in:
Greyson Parrelli
2021-11-11 13:12:51 -05:00
committed by Cody Henthorne
parent 3a1f06f510
commit ab55fec6bd
32 changed files with 650 additions and 567 deletions

View File

@@ -11,8 +11,10 @@ package signal;
option java_package = "org.thoughtcrime.securesms.database.model.databaseprotos";
option java_multiple_files = true;
// DEPRECATED -- only here for database migrations
message ReactionList {
option deprecated = true;
message Reaction {
string emoji = 1;
uint64 author = 2;