jneidel / signal-cli-to-file

Save incoming signal messages as files (for your note-taking system)
3 stars 0 forks source link

Add whitelist for people to receive messages from #5

Closed jneidel closed 1 day ago

jneidel commented 4 months ago
// Filter all messages and only parse ones from theses senders
// Empty array means that messages won't be filtered
const senderWhitelist = []

Whitelist should also work for groups