Add TODOs to schedule broadcast of quoted or replied nostrevent

This commit is contained in:
Kgothatso Ngako
2026-04-27 01:53:51 +02:00
parent 5a03148645
commit ec5aebe627

View File

@@ -296,6 +296,14 @@ class DatabaseNostrRepository(
if (unsignedNostrEvent == null) {
onError.invoke()
} else {
if (inReplyToNostrEvent != null) {
// TODO: Schedule inReplyToNostrEvent broadcast
}
if (quotedNostrEvent != null) {
// TODO: Schedule quotedNostrEvent broadcast
}
onSuccess.invoke()
}
}