Skip to content

Commit

Permalink
flip feature flag (#2349)
Browse files Browse the repository at this point in the history
  • Loading branch information
ratik21 authored Oct 10, 2024
1 parent 3608d17 commit 1f1d101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/feature-flags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export class FeatureFlags {
}

get postImageMessagesToMatrix() {
return this._getBoolean('postImagesToMatrix', false);
return this._getBoolean('postImagesToMatrix', true);
}

set postImageMessagesToMatrix(value: boolean) {
Expand Down

0 comments on commit 1f1d101

Please sign in to comment.