pushbits / server

A simple server for push notifications via Matrix (and a minimalistic alternative to Pushover and Gotify) 🚀📯
https://www.pushbits.io
ISC License
305 stars 18 forks source link

Handle unbound struct members when updating users and applications #9

Closed eikendev closed 4 years ago

eikendev commented 4 years ago

When binding the structs for updating users and applications, unbound struct members will inherit the default initialization values. Currently, this means that when a value is not supplied, it will be reset to that default value.

eikendev commented 4 years ago

Fixed in 76c2fe9c22642ea70acb419797289cce4cbfadfd.