formatting
This commit is contained in:
parent
ac7574aff3
commit
531c15dbae
|
@ -99,7 +99,7 @@ async function fetch() {
|
||||||
const acct = Acct.parse(props.userAcct);
|
const acct = Acct.parse(props.userAcct);
|
||||||
user = await os.api('users/show', { username: acct.username, host: acct.host || undefined });
|
user = await os.api('users/show', { username: acct.username, host: acct.host || undefined });
|
||||||
group = null;
|
group = null;
|
||||||
|
|
||||||
pagination = {
|
pagination = {
|
||||||
endpoint: 'messaging/messages',
|
endpoint: 'messaging/messages',
|
||||||
limit: 20,
|
limit: 20,
|
||||||
|
|
Loading…
Reference in New Issue