Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: scottleedavis/mattermost-plugin-remind
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: CodeursenLiberte/mattermost-plugin-remind
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Apr 21, 2023

  1. fix: sort channel recurring reminders among recurrent reminders

    Before, channel recurring reminders where categorized as channel
    reminders, which gave them a "Complete" action.
    
    But it doesn't make sense to complete a recurring reminder – and it even
    causes the reminder not to be scheduled again, and eventually to stop
    working.
    
    This commit, by categorizing channel recurring reminders as recurring
    reminders, make sure they won't be marked as "Completed" by mistake.
    
    Probably closes #167
    kemenaran committed Apr 21, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    MichaReiser Micha Reiser
    Copy the full SHA
    759a739 View commit details
  2. DEBUG: increase log level

    kemenaran committed Apr 21, 2023
    Copy the full SHA
    feddc9e View commit details
Loading