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.
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.