The code powering m.abunchtell.com https://m.abunchtell.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

25 lines
438 B

  1. export default {
  2. meta: {
  3. admin: 1,
  4. domain: 'example.com',
  5. me: 2,
  6. },
  7. accounts: {
  8. 1: {
  9. acct: 'admin',
  10. avatar: '/avatars/original/missing.png',
  11. id: 1,
  12. url: 'https://example.com/@admin',
  13. },
  14. 2: {
  15. acct: 'user',
  16. avatar: '/avatars/original/missing.png',
  17. id: 1,
  18. url: 'https://example.com/@user',
  19. },
  20. },
  21. media_attachments: {
  22. accept_content_types: [],
  23. },
  24. };