chore(emqx_bridge_msg): add empty props
This commit is contained in:
parent
71ca1e4d78
commit
119bbc4881
|
@ -55,6 +55,7 @@ to_export(emqx_bridge_mqtt, Mountpoint,
|
||||||
#mqtt_msg{qos = QoS,
|
#mqtt_msg{qos = QoS,
|
||||||
retain = Retain,
|
retain = Retain,
|
||||||
topic = topic(Mountpoint, Topic),
|
topic = topic(Mountpoint, Topic),
|
||||||
|
props = #{},
|
||||||
payload = Payload};
|
payload = Payload};
|
||||||
to_export(_Module, Mountpoint,
|
to_export(_Module, Mountpoint,
|
||||||
#message{topic = Topic} = Msg) ->
|
#message{topic = Topic} = Msg) ->
|
||||||
|
|
Loading…
Reference in New Issue