mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-17 04:01:05 +00:00
fix(matrix): move avatar setup into account config (#61437)
Merged via squash.
Prepared head SHA: 4dd887a474
Co-authored-by: gumadeiras <5599352+gumadeiras@users.noreply.github.com>
Co-authored-by: gumadeiras <5599352+gumadeiras@users.noreply.github.com>
Reviewed-by: @gumadeiras
This commit is contained in:
committed by
GitHub
parent
bcc0e3de2e
commit
cac40c01e9
@@ -177,7 +177,7 @@ async function addMatrixAccount(params: {
|
||||
throw new Error("Matrix account setup is unavailable.");
|
||||
}
|
||||
|
||||
const input: ChannelSetupInput & { avatarUrl?: string } = {
|
||||
const input: ChannelSetupInput = {
|
||||
name: params.name,
|
||||
avatarUrl: params.avatarUrl,
|
||||
homeserver: params.homeserver,
|
||||
|
||||
Reference in New Issue
Block a user