mirror of
https://github.com/ItsVipra/ProToots
synced 2025-02-16 12:38:23 +00:00
add contributor list
This commit is contained in:
parent
3fa73edddf
commit
208f3b8853
1 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,8 @@
|
|||
// obligatory crime. because be gay, do crime.
|
||||
// 8======D
|
||||
|
||||
const contributorList = ["vivien@queer.group", "jasmin@queer.group"];
|
||||
|
||||
import { fetchPronouns } from "../libs/fetchPronouns";
|
||||
import {
|
||||
accountVisibility,
|
||||
|
@ -210,7 +212,7 @@ async function addProplate(element) {
|
|||
proplate.innerText = pronouns;
|
||||
//TODO?: alt text
|
||||
proplate.classList.add("protoots-proplate");
|
||||
if (accountName == "jasmin@queer.group" || accountName == "vivien@queer.group") {
|
||||
if (contributorList.includes(accountName)) {
|
||||
//i think you can figure out what this does on your own
|
||||
proplate.classList.add("proplate-pog");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue