mirror of
https://github.com/vishalxl/nostr_console.git
synced 2025-06-11 01:10:54 +02:00
Got all channel events
This commit is contained in:
parent
ef75ba3fad
commit
6c86bdd24a
@ -239,7 +239,7 @@ Future<void> main(List<String> arguments) async {
|
|||||||
|
|
||||||
getUserEvents(gListRelayUrls1, userPublicKey, gLimitPerSubscription, getSecondsDaysAgo(gDaysToGetEventsFor));
|
getUserEvents(gListRelayUrls1, userPublicKey, gLimitPerSubscription, getSecondsDaysAgo(gDaysToGetEventsFor));
|
||||||
getMentionEvents(gListRelayUrls2, userPublicKey, gLimitPerSubscription, getSecondsDaysAgo(gDaysToGetEventsFor)); // from relay group 2
|
getMentionEvents(gListRelayUrls2, userPublicKey, gLimitPerSubscription, getSecondsDaysAgo(gDaysToGetEventsFor)); // from relay group 2
|
||||||
getKindEvents([0,3], gListRelayUrls1, gLimitPerSubscription, getSecondsDaysAgo(gDaysToGetEventsFor* 10));
|
getKindEvents([0,3, 40, 42], gListRelayUrls1, gLimitPerSubscription, getSecondsDaysAgo(gDaysToGetEventsFor* 10));
|
||||||
|
|
||||||
// TODO get all 40 events, and then get all #e for them ( responses to them)
|
// TODO get all 40 events, and then get all #e for them ( responses to them)
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ version: 0.0.7-beta
|
|||||||
homepage: https://github.com/vishalxl/nostr_console
|
homepage: https://github.com/vishalxl/nostr_console
|
||||||
|
|
||||||
|
|
||||||
# fixed end color marker getting clipped when padding etc
|
# got all 40 and 42 events too
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=2.17.3 <3.0.0'
|
sdk: '>=2.17.3 <3.0.0'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user