root

package module
v0.0.0-...-f1e998d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 19, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

README

mattermost-timeout-users-plugin

This is a plugin for Mattermost that prevents users from using channel wide mentions in Mattermost servers. This way a server admin can configure the acceptable threshold of @channel, @all or @here and the timeout of the users. This is a way of putting users in their place and making them think before posting a message that mentions the whole server, as time is money.

Develop

To develop for this project you will need

  • Make
  • Go
  • Git

To avoid having to manually install your plugin, build and deploy your plugin using one of the following options. In order for the below options to work, you must first enable plugin uploads via your config.json or API and restart Mattermost.

    "PluginSettings" : {
        ...
        "EnableUploads" : true
    }

To build the plugin use the following command

make

This will build the plugin as a single binary for all the supported architectures and then create a bundle of the plugin that can be used to upload it to a Mattermost server

Then Navigate to System Console > Plugin Management, upload the plugin bundle and configure it.

Enjoy a life without (many) distractions

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Manifest model.Manifest

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
build module

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL