Skip to content

v0.9.0

Latest

Choose a tag to compare

@wjs018 wjs018 released this 08 Apr 02:09
4423ce3

This release adds the community module!

This module will allow you to have rikka include related lemmy/fediverse communities in discussion posts. Communities are manually added and removed for each show through the use of this module. For usage instructions, see the updated README section on the module.

Database Updates

Using this module requires an update to the database structure compared to the 0.8.x version. To update the database structure, simply run the setup module once:

python src/rikka.py -m setup

This will create the Communities table in the database that is used by the community module.

Config Updates

This module also allows for the use of the {communities} placeholder in post text sections of the config file. The sample config file has been updated to include it.