Skip to content
Snippets Groups Projects
Commit 0128db8d authored by Benedikt Magnus's avatar Benedikt Magnus
Browse files

State "Nothing" now has a non-empty string value.

parent 9024e8cc
No related branches found
No related tags found
No related merge requests found
enum State
{
// As contact:
Nothing = '', // Is allowed to do nothing but stateless commands.
Nothing = 'nothing', // Is allowed to do nothing but stateless commands.
New = 'new',
Registration = 'registration',
// As contact/member:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment