What's Changed
- Adding reaction support by @jeremiah-k in #113
- Reactions prerelease adjustments by @jeremiah-k in #114
This is a big release with a lot of changes! Please open a Github issue if you run into any problems and/or give feedback in our Matrix room.
The message map is necessary for the relay_reactions
functionality. If relay_reactions
is set to false, nothing will be saved to the message map. You will need to enable relay_reactions
to use the new functionality.
For now, it's not necessary to configure the db
section. It will automatically prune the message map with the defaults.
New config options are as follows:
meshtastic:
relay_reactions: true # Defaults to false, set to true to enable
db:
msg_map:
msgs_to_keep: 500 # If set to 0, it will not delete any messages; Defaults to 500
wipe_on_restart: true # Clears out the message map when the relay is restarted; Defaults to False
Full Changelog: 0.9.2...0.9.3