mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-02 04:20:20 +00:00
Tests: scrub user-specific matrix fixtures and defaults
This commit is contained in:
@@ -16,7 +16,7 @@ async function main() {
|
||||
encryption: false,
|
||||
});
|
||||
|
||||
const targetUserId = process.argv[2]?.trim() || "@gumadeiras:matrix.gumadeiras.com";
|
||||
const targetUserId = process.argv[2]?.trim() || "@user:example.org";
|
||||
const stamp = new Date().toISOString();
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user