humhub / fcm-push

Enables your users to receive push notifications from your network.
4 stars 5 forks source link

send-to-user command fails because mismatched arguments #22

Closed RaederDev closed 1 year ago

RaederDev commented 1 year ago

In this class only 5 out of 6 required arguments are passed, resulting in an exception being thrown: https://github.com/humhub/fcm-push/blob/master/commands/SendController.php#L20

Adding "null" as an additional argument solves the issue.

luke- commented 1 year ago

Fixed here: https://github.com/humhub/fcm-push/commit/79703a3d45b10c36785a8abe85a93e51a9cdc0f9