mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-17 10:30:43 +00:00
fix: version last in buildMatrixPresentationContent so it always wins
This commit is contained in:
committed by
Peter Steinberger
parent
c5ff4d40ae
commit
d1645c04fd
@@ -31,8 +31,8 @@ function resolveMatrixChannelData(payload: ReplyPayload): MatrixChannelData {
|
||||
|
||||
function buildMatrixPresentationContent(presentation: MessagePresentation) {
|
||||
return {
|
||||
version: 1,
|
||||
...presentation,
|
||||
version: 1,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user