mirror of
https://github.com/ItsVipra/ProToots
synced 2024-11-22 03:23:02 +00:00
Include "meh" pronouns as well
Co-authored-by: Vivien <vivienvielva@gmail.com>
This commit is contained in:
parent
c4c541ecbf
commit
6abbe93219
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ async function queryPronounsFromPronounsPage(username) {
|
|||
// If we don't have a value yet, just take the first profile.
|
||||
if (!pronouns) pronouns = profiles[0].pronouns;
|
||||
|
||||
let val = pronouns.find((x) => x.opinion === "yes").value;
|
||||
let val = pronouns.find((x) => x.opinion === "yes" || x.opinion === "meh").value;
|
||||
val = sanitizePronounPageValue(val);
|
||||
return val;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue