fix teleport tag and icons (#303)

This commit is contained in:
callebtc
2025-08-24 02:03:00 +02:00
committed by GitHub
parent 37c8c79310
commit cb7b01ad81
4 changed files with 34 additions and 5 deletions
@@ -181,7 +181,8 @@ class NostrGeohashService(
content = content,
geohash = channel.geohash,
senderIdentity = identity,
nickname = nickname
nickname = nickname,
teleported = teleported
)
val nostrRelayManager = NostrRelayManager.getInstance(application)