Add another pomade signer

This commit is contained in:
Jon Staab
2026-03-10 11:09:59 -07:00
parent af41d81981
commit ffdd689331
3 changed files with 5 additions and 5 deletions
@@ -31,7 +31,7 @@
import {decodeRelay, deriveEventsForUrl, CONTENT_KINDS} from "@app/core/state"
const url = decodeRelay($page.params.relay!)
const since = ago(MONTH)
const since = ago(3, MONTH)
const messages = deriveEventsForUrl(url, [{kinds: [MESSAGE], since}])
const content = deriveEventsForUrl(url, [{kinds: CONTENT_KINDS, since}])