scottleedavis / mattermost-plugin-remind

a mattermost plugin that sets reminders for users and channels.
Apache License 2.0
186 stars 44 forks source link

Delete message missing name #161

Closed Roy-Orbison closed 5 years ago

Roy-Orbison commented 5 years ago

Summary

Delete message missing name of reminder

Steps to reproduce

Steps to reproduce the behavior:

  1. Create a reminder
  2. View it with /remind list
  3. Click its Delete button

Expected behavior

Confirmation should say:

I’ve deleted the reminder "name of reminder".

Observed behavior (that appears unintentional)

Confirmations says

I’ve deleted the reminder "".

Server configuration

Operating system: Debian

Mattermost version: 5.12.4

Matterpoll version: ???

Remind Bot version: 0.4.1

Updated from an older Remind bot version or fresh install: I forget

Additional context

Looks like a simple issue of the reminder name being lost on its way to the message.

scottleedavis commented 5 years ago

@Roy-Orbison are you able to update to v0.4.4 (requires mattermost 5.14)? This has been fixed along the way

Roy-Orbison commented 5 years ago

Upgraded Mattermost and Remind Bot that problem's gone, but got others.