Fixed validity-check for push subscriptions.

This commit is contained in:
tastytea 2019-07-21 02:33:28 +02:00
parent b2b58990df
commit b1afd2533d
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,8 @@ bool PushSubscription::valid() const
{
"id",
"endpoint",
"server_key"
"server_key",
"alerts"
});
}