Skip to content

Prevent users from posting the same message in multiple channels #16

@alexandersandberg

Description

@alexandersandberg

Many users post the same message, often a question, in multiple channels in the hope of increasing their chances for an answer.

This is problematic in at least two ways:

  1. It's spammy
  2. Discussions on the exact same topic may arise in mulitple channels, which doesn't benefit anyone

Possible implementation

If the user has posted the same message recently (x message ago or time-based?) the bot could remove/block the post and instead show a warning to the user explaining why it's not allowed. Should also tell the user to remove the original message first if they want to post it in a different channel.

May not be a foolproof implementation, depending on how the bot compares messages. If it's only looking for exact copies, the user could, for instance, change 1 character on each post and bypass the system.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions