Add follow button to ui, improved flow

This commit is contained in:
Lurkars 2021-12-19 12:51:19 +01:00 committed by PizZaKatZe
parent 2cd088c049
commit 3916d9c58e
5 changed files with 51 additions and 2 deletions

View file

@ -8,6 +8,7 @@ export const followStates = {
};
export const followRoles = {
open: "open",
leader: "leader",
follower: "follower",
};