block/mute cards update to show expiry and ask for it

This commit is contained in:
Henry Jameson 2025-07-09 17:45:13 +03:00
commit 8436f39eff
6 changed files with 48 additions and 47 deletions

View file

@ -51,6 +51,8 @@ export const parseUser = (data) => {
output.screen_name = data.acct
output.fqn = data.fqn
output.statusnet_profile_url = data.url
output.mute_expires_at = data.mute_expires_at
output.block_expires_at = data.block_expires_at
// There's nothing else to get
if (mastoShort) {