tubsproject / reflector

GNU General Public License v3.0
1 stars 0 forks source link

Custom channel-to-channel mappings #9

Open michielbdejong opened 1 week ago

michielbdejong commented 1 week ago

In the current code, a 'session' is a link between a specific Slack user (UUID) and a specific Solid pod (web ID).

When a message is received from a channel, the code checks the members of that channel, filters the ones for which a session exists, and then makes a copy to an appropriate chat channel on their pod.

The end-user should be able to choose which Slack channel to map onto which Solid chat channel.

michielbdejong commented 1 week ago

How would the user select this? Maybe it's OK if the bot: