Add post expiry inputs

This commit is contained in:
FloatingGhost 2022-11-28 12:08:18 +00:00
parent 7860c885c4
commit 0a01a2bdf0
6 changed files with 27 additions and 2 deletions

View file

@ -90,6 +90,7 @@ export const parseUser = (data) => {
output.bot = data.bot
if (data.akkoma) {
output.instance = data.akkoma.instance
output.status_ttl_days = data.akkoma.status_ttl_days
}
if (data.pleroma) {