connector: set CanBackfill on rooms
This commit is contained in:
@@ -233,6 +233,7 @@ func (d *DiscordClient) syncChannel(ctx context.Context, ch *discordgo.Channel,
|
|||||||
Members: &members,
|
Members: &members,
|
||||||
Avatar: makeChannelAvatar(ch),
|
Avatar: makeChannelAvatar(ch),
|
||||||
Type: &roomType,
|
Type: &roomType,
|
||||||
|
CanBackfill: true,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user