DistributedTaskScheduling / JobAdder

Source code of the JobAdder project
GNU General Public License v3.0
2 stars 1 forks source link

messages: add effective_user for user messages #137

Closed ammen99 closed 4 years ago

ammen99 commented 4 years ago

Fixes #126

I decided it makes the most sense to add a base class for all user messages where I can set the effective user for each command. This seemed the easiest way to add it, without having to change many tests.