vitorpamplona / amethyst

Nostr client for Android
MIT License
1.17k stars 158 forks source link

Fix token sanitization when using gcompatup #1052

Closed greenart7c3 closed 2 months ago

greenart7c3 commented 2 months ago

@vitorpamplona This is one of the reasons some people are not receiving notifications You need to increase the size of the token field in the notification server too if you are still using the 255 The token was 257 here This happens when using gcompat-up for notifications

vitorpamplona commented 2 months ago

Very interesting. The new version of the server does not parse the token anymore, so I think the server part is ready to go.