Skip to content

Commit 2525e61

Browse files
committed
fix events stats showing up for non-members that actually have no events.
1 parent f49aca8 commit 2525e61

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/fiatjaf/pyramid
33
go 1.26.2
44

55
require (
6-
fiatjaf.com/nostr v0.0.0-20260722000312-622335742a4d
6+
fiatjaf.com/nostr v0.0.0-20260722044356-e9b878fb709b
77
fiatjaf.com/pomegranate v0.0.0-20260515185713-4cdb7e027855
88
fiatjaf.com/promenade v0.4.4
99
github.com/FastFilter/xorfilter v0.2.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ dario.cat/mergo v1.0.0 h1:AGCNq9Evsj31mOgNPcLyXc+4PNABt905YmuqPYYpBWk=
1313
dario.cat/mergo v1.0.0/go.mod h1:uNxQE+84aUszobStD9th8a29P2fMDhsBdgRYvZOxGmk=
1414
fiatjaf.com/lib v0.3.7 h1:mXZOn7NrUcjSdy4oNvwQyAmes7Ueb+Zr5hjqMIe2dxI=
1515
fiatjaf.com/lib v0.3.7/go.mod h1:UlHaZvPHj25PtKLh9GjZkUHRmQ2xZ8Jkoa4VRaLeeQ8=
16-
fiatjaf.com/nostr v0.0.0-20260722000312-622335742a4d h1:OY8ye9ObxPF1BjoCsdIagc8q+PuOlQ7ZjwN/nx50oyY=
17-
fiatjaf.com/nostr v0.0.0-20260722000312-622335742a4d/go.mod h1:b1EIUDnd133Ie8Pg8O/biaKdFyCMz28aD4n64g1GqvM=
16+
fiatjaf.com/nostr v0.0.0-20260722044356-e9b878fb709b h1:mGp7Avexyd5GOwV13m9tkvld5v47K0wx6zRlMa25eJ4=
17+
fiatjaf.com/nostr v0.0.0-20260722044356-e9b878fb709b/go.mod h1:b1EIUDnd133Ie8Pg8O/biaKdFyCMz28aD4n64g1GqvM=
1818
fiatjaf.com/pomegranate v0.0.0-20260515185713-4cdb7e027855 h1:8Y7CD1yl3lYxMKFu0AoBfUAbZYLC1M6yYPd5evwnBsQ=
1919
fiatjaf.com/pomegranate v0.0.0-20260515185713-4cdb7e027855/go.mod h1:FgxPZvOhTQD8BhO63P3B0eOxZ3anRpydZ8kWjdFhZIc=
2020
fiatjaf.com/promenade v0.4.4 h1:VsLqmqxZcl0/SPVZulHxhbXKw2QergLIJMS3U/7xw38=

0 commit comments

Comments
 (0)