ui cleanup

This commit is contained in:
Christien Rioux 2025-03-17 00:51:16 -04:00
parent d460a0388c
commit 77c68aa45f
57 changed files with 1158 additions and 914 deletions

View file

@ -478,4 +478,6 @@ message ContactInvitationRecord {
bytes invitation = 6;
// The message sent along with the invitation
string message = 7;
// The recipient sent along with the invitation
string recipient = 8;
}