Add optional label for invites

Requested in #38.
This commit is contained in:
Harvey Tindall
2021-01-24 15:55:45 +00:00
parent ea262ca60b
commit dd96d71280
8 changed files with 51 additions and 17 deletions
+1
View File
@@ -86,6 +86,7 @@ interface Invite {
notifyExpiry?: boolean;
notifyCreation?: boolean;
profile?: string;
label?: string;
}
interface inviteList {