Add post expiry inputs
This commit is contained in:
parent
7860c885c4
commit
0a01a2bdf0
6 changed files with 27 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue