Added Trans Angels to MindGeek. Interpreting MindGeek 'other' gender as transsexual.

This commit is contained in:
2020-01-31 00:25:51 +01:00
parent 54ef0ff807
commit 3f113310e3
6 changed files with 23 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
'use strict';
const { fetchProfile } = require('./mindgeek');
async function networkFetchProfile(actorName) {
return fetchProfile(actorName, 'transangels');
}
module.exports = {
fetchProfile: networkFetchProfile,
};