Add Mastodon compatibility routes, expose /conversations, display Messages tab for Mastodon

This commit is contained in:
Alex Gleason 2021-10-05 17:07:00 -05:00
parent 468119fe3c
commit a1512316d8
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
4 changed files with 9 additions and 0 deletions

Binary file not shown.

View file

@ -29,6 +29,15 @@
fill: var(--primary-text-color);
}
}
svg.icon-tabler-mail {
stroke: var(--background-color);
rect {
fill: var(--primary-text-color);
stroke: var(--primary-text-color);
}
}
}
}