Adds FileServer events to be downloaded for the active account.

This commit is contained in:
Vitor Pamplona
2024-07-01 16:34:28 -04:00
parent d0718fcda7
commit 07dbcbf5c3

View File

@@ -110,6 +110,7 @@ object NostrAccountDataSource : AmethystNostrDataSource("AccountData") {
AdvertisedRelayListEvent.KIND,
ChatMessageRelayListEvent.KIND,
SearchRelayListEvent.KIND,
FileServersEvent.KIND,
PrivateOutboxRelayListEvent.KIND,
),
authors = listOf(account.userProfile().pubkeyHex),