xmtp / example-notification-server-go

Example push notification server, written in Golang
MIT License
15 stars 8 forks source link

Fix HMAC and Should Push logic #40

Closed nplasterer closed 5 months ago

nplasterer commented 5 months ago

This fixes the hmac and should push logic to make sure we are fully respecting self messages and should push flags on codecs.

Also removes some noisy logs.