proto contactcard to _
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
ycc
2024-01-01 22:45:54 +01:00
parent 25cf1808e3
commit 9283764f42
3 changed files with 114 additions and 112 deletions

View File

@ -15,6 +15,7 @@ func TestCompress(t *testing.T) {
cc.ContactPublicKey = kp1.Public
cc.EncryptionPublicKey = kp2.Public
cc.LookupPublicKey = kp3.Public
cc.InvitationMessage = "hello, it's me"
cc.AddUrls([]string{"https://meow.myfirstdomain.com/services/meow:8080", "https://meow.myseconddomain.com/services/meow:8080", "http://meow.mythirddomain.com/services/meow:8080"})
serialized, _ := cc.Serialize()
println(len(serialized))