https://github.com/kaakaa/mattermost-plugin-unreads
This plugin subscribe and display unread messages in RHS.
https://github.com/kaakaa/mattermost-plugin-unreads
mattermost-plugin
Last synced: 3 months ago
JSON representation
This plugin subscribe and display unread messages in RHS.
- Host: GitHub
- URL: https://github.com/kaakaa/mattermost-plugin-unreads
- Owner: kaakaa
- License: apache-2.0
- Created: 2021-04-30T13:15:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-10T06:13:15.000Z (about 3 years ago)
- Last Synced: 2025-04-02T09:25:14.922Z (7 months ago)
- Topics: mattermost-plugin
- Language: Go
- Homepage:
- Size: 3.11 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://circleci.com/gh/kaakaa/mattermost-plugin-unreads)
# Unreads Sidebar Plugin
This plugin subscribe and display unread messages in RHS.
## Development
```
export MM_SERVICESETTINGS_SITEURL=http://localhost:8065
export MM_ADMIN_USERNAME=admin
export MM_ADMIN_PASSWORD=password
make deploy
```or with a [personal access token](https://docs.mattermost.com/developer/personal-access-tokens.html):
```
export MM_SERVICESETTINGS_SITEURL=http://localhost:8065
export MM_ADMIN_TOKEN=j44acwd8obn78cdcx7koid4jkr
make deploy
```### Test
```bash
make test
make e2e
```## LICENSE
[LICENSE](./LICENSE)