diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-03-18 11:44:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-18 11:44:13 +0000 |
commit | a96098051ede3dfc22a98685c3e8af471db97162 (patch) | |
tree | 80f045536cc53dc9fb701007ca13b65c617ca03f /docs | |
parent | 475d3c1af96c663ecc25859d654fad6063e70b8a (diff) |
Update FAQ.md
Diffstat (limited to 'docs')
-rw-r--r-- | docs/FAQ.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/FAQ.md b/docs/FAQ.md index 149efe61..978212cc 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -12,6 +12,10 @@ No, although a good portion of the Matrix specification has been implemented. Mo No, not at present. There will be in the future when Dendrite reaches version 1.0. +### Can I use Dendrite with an existing Synapse database? + +No, Dendrite has a very different database schema to Synapse and the two are not interchangeable. + ### Should I run a monolith or a polylith deployment? Monolith deployments are always preferred where possible, and at this time, are far better tested than polylith deployments are. The only reason to consider a polylith deployment is if you wish to run different Dendrite components on separate physical machines. @@ -33,7 +37,7 @@ It should do, although we are aware of some minor issues: ### Does Dendrite support push notifications? -No, not yet. This is a planned feature. +Yes, we have experimental support for push notifications. Configure them in the usual way in your Matrix client. ### Does Dendrite support application services/bridges? |