Added genderqueer to card

This commit is contained in:
Mattia Mascarello 2021-08-24 11:51:01 +02:00 committed by GitHub
parent bfa40df6ec
commit a5ade4c654
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@ function flagGetFromUser($p){
if ("BI" == explode(" ",$o)[0]) $re[]="bi";
if (contains("FLUID", $o)) $re[]= "fluid";
if (contains("ACE", $o)) $re[]= "asex";
if (contains("GENDERQ", $o)) $re[]= "gqueer";
if (contains("ARO", $o)) $re[]= "aro";
if (contains("ASE", $o)) $re[]= "asex";
if (contains("GAY", $o)) $re[]= "gay";