You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gitify is using the friendly_alias_restrict_chars_pattern system setting to clean the filenames. If you add a . to the pattern all Gitify files with multiple IDs in the filename (which are normally separated by a dot) look messed up and are no longer readable.
A possible solution would be to allow the user to override this pattern in the .gitify file or to make sure that dots are not removed.