Skip to content

Commit

Permalink
Removed user and made plugin create bot for postings.
Browse files Browse the repository at this point in the history
  • Loading branch information
Billy Ernest committed May 21, 2019
1 parent eee8b60 commit acd2f7a
Show file tree
Hide file tree
Showing 2,038 changed files with 1,251,451 additions and 252 deletions.
2 changes: 1 addition & 1 deletion build/manifest/Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[[constraint]]
name = "github.com/mattermost/mattermost-server"
version = "~5.6.0"
version = "~5.10.0"

[[constraint]]
name = "github.com/pkg/errors"
Expand Down
8 changes: 1 addition & 7 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "rssfeed",
"name": "RSSFeed",
"description": "This plugin serves as an rss subscription service for Mattermost.",
"version": "0.0.6",
"version": "0.1.0",
"server": {
"executables": {
"linux-amd64": "server/dist/plugin-linux-amd64",
Expand All @@ -20,12 +20,6 @@
"type": "text",
"help_text": "This is used to set a timer for the system to know when to go check to see if there is any new data in the subscribed rss feeds. Defaults to 15 minutes."
},
{
"key": "Username",
"display_name": "User",
"type": "username",
"help_text": "Select the username of the user that the plugin will post with. This can be any user, the name and icon will be overridden when posting."
},
{
"key": "ShowDescription",
"display_name": "Show Description in RSS post.",
Expand Down
Loading

0 comments on commit acd2f7a

Please sign in to comment.