File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ const agent = await Agent.createFromEnv({
1111 ( process . env . RAILWAY_VOLUME_MOUNT_PATH ?? "." ) +
1212 `/${ process . env . XMTP_ENV } -${ inboxId . slice ( 0 , 8 ) } .db3` ,
1313 appVersion : APP_VERSION ,
14+ disableDeviceSync : true ,
1415} ) ;
1516
1617agent . on ( "text" , async ( ctx ) => {
Original file line number Diff line number Diff line change @@ -288,6 +288,7 @@ const agent = await Agent.createFromEnv({
288288 ( process . env . RAILWAY_VOLUME_MOUNT_PATH ?? "." ) +
289289 `/${ process . env . XMTP_ENV } -${ inboxId . slice ( 0 , 8 ) } .db3` ,
290290 codecs : [ new ActionsCodec ( ) , new IntentCodec ( ) ] ,
291+ disableDeviceSync : true ,
291292} ) ;
292293
293294// Add inline actions middleware
Original file line number Diff line number Diff line change 11{
22 "name" : " xmtp-qa-tools" ,
3- "version" : " 0.4.29 " ,
3+ "version" : " 0.4.30 " ,
44 "private" : true ,
55 "type" : " module" ,
66 "workspaces" : [
You can’t perform that action at this time.
0 commit comments