-
Notifications
You must be signed in to change notification settings - Fork 2
Forwarding Plugin
Innocent Bystander edited this page Aug 2, 2015
·
4 revisions
Requires plugin: forwarding
- Will forward a message from one conversation to any number of other conversations.
- Forwarded messages will have the name of the person who sent the message appended to the beginning of the message
Manual configuration example for config.json
:
"conversations": {
"CONV_ID1": {
"forwarding_enabled": true,
"forward_to": [ "CONV_ID2" ]
}
}
The above configuration activates forwarding in a conversation and forwards all messages from CONV_ID1 to CONV_ID2 You can also activate forwarding globally (not recommended!)
Plugin List | Developer Reference: [ Intro | Plugins | Sinks | In-built Functionality | [Configuration] (Configuration) ]