formatting

This commit is contained in:
ThatOneCalculator 2022-09-13 16:57:42 -07:00
parent 795479197a
commit 3f07b793ea

View File

@ -99,7 +99,7 @@ async function fetch() {
const acct = Acct.parse(props.userAcct);
user = await os.api('users/show', { username: acct.username, host: acct.host || undefined });
group = null;
pagination = {
endpoint: 'messaging/messages',
limit: 20,