Add Mastodon compatibility routes, expose /conversations, display Messages tab for Mastodon
This commit is contained in:
parent
468119fe3c
commit
a1512316d8
4 changed files with 9 additions and 0 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue