Missing gatewayID in txAck event

[application_server.integration]

enabled = ["aws_sns"]

[application_server.integration.aws_sns]

aws_region="eu-west-3"
topic_arn="arn:aws:sns:eu-west-3:{accoount}:{topicName}"


[application_server.external_api]

jwt_secret="verysecret"

[application_server.integration.mqtt]

server="tcp://mosquitto:1883"

[application_server.api]

public_host="chirpstack-application-server:8001"

[application_server.external_api]

Hi

I have setup the events integration with AWS SNS.

The txAck events are published without gatewayID.

Is this due to a misconfiguration of the Appliation Server?