From c7c45819c016b6fd3f3ac3ccd67e0ee52fc53a3d Mon Sep 17 00:00:00 2001 From: Keegan Rankin Date: Fri, 17 Oct 2025 15:40:30 -0700 Subject: [PATCH] Add bsky patch for mposse integration --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 97db198..e4cff27 100644 --- a/composer.json +++ b/composer.json @@ -220,6 +220,9 @@ }, "enable-patching": true, "patches": { + "drupal/bsky": { + "Implement Social Platform plugin from MPOSSE [#3536172]": "https://git.drupalcode.org/project/bsky/-/merge_requests/3.diff" + }, "drupal/coffee": { "Allow user to specify keyboard shortcut.": "https://www.drupal.org/files/issues/2018-11-11/1734898-14.coffee-hotkeys-plus-g.patch" },