Skip to content

Use strings instead of integers for notification actions internally

Nicolas Fella requested to merge work/nico/action-names into master

The backend typically natively use strings for action ids and we convert those to indices

By using strings ourselves we match that better and gain more flexibility

Merge request reports