feat(event): adding more helpers.

This commit is contained in:
kehiy
2024-09-19 14:12:41 +03:30
committed by fiatjaf_
parent c8c295f839
commit 47243fdcc4
4 changed files with 25 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ const (
KindProfileMetadata int = 0
KindTextNote int = 1
KindRecommendServer int = 2
KindContactList int = 3
KindFollowList int = 3
KindEncryptedDirectMessage int = 4
KindDeletion int = 5
KindRepost int = 6