Skip to content

Commit

Permalink
feat: messaging file uploads now enabled by default VOL-5988
Browse files Browse the repository at this point in the history
  • Loading branch information
ilindsay committed Mar 6, 2025
1 parent f4e2a42 commit 0d227af
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,9 @@ abstract class AbstractOrganisation implements BundleSerializableInterface, Json
* @ORM\Column(type="boolean",
* name="is_messaging_file_upload_enabled",
* nullable=false,
* options={"default": 0})
* options={"default": 1})
*/
protected $isMessagingFileUploadEnabled = 0;
protected $isMessagingFileUploadEnabled = 1;

/**
* Is unlicensed
Expand Down

0 comments on commit 0d227af

Please sign in to comment.