mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-07-31 13:22:46 +00:00
Federation fixes for virtual hosting
This commit is contained in:
parent
f4ee397734
commit
6650712a1c
73 changed files with 736 additions and 420 deletions
|
@ -528,6 +528,7 @@ func (r *messagesReq) backfill(roomID string, backwardsExtremities map[string][]
|
|||
BackwardsExtremities: backwardsExtremities,
|
||||
Limit: limit,
|
||||
ServerName: r.cfg.Matrix.ServerName,
|
||||
VirtualHost: r.device.UserDomain(),
|
||||
}, &res)
|
||||
if err != nil {
|
||||
return nil, fmt.Errorf("PerformBackfill failed: %w", err)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue