emeceve / loquaz

A simple desktop app for encrypted direct messages on Nostr protocol
MIT License
36 stars 8 forks source link

add native OS notifications #8

Closed futurepaul closed 2 years ago

futurepaul commented 2 years ago

very simple PR for native OS notifications. only tested on mac but the library I used is supposed to be cross platform

kind of lame that I need chrono for this. I think maybe we should just start using simple u64 utc timestamps nostr-rs and try to get away from chrono entirely