add stuff

This commit is contained in:
sadposter 2021-07-01 16:06:59 +01:00
parent 214d85189c
commit d49434a799
4 changed files with 24 additions and 3 deletions

View file

@ -268,6 +268,8 @@ const Status = {
return 'lock-open'
case 'direct':
return 'envelope'
case 'local':
return "users"
default:
return 'globe'
}