etherpad: remove ep_sticky_attributes

A couple of months ago we noticed this plugin was forcing extra updates on
Etherpad and constantly blocking users from editing the notes.
This commit is contained in:
Pedro Beschorner Marin 2022-03-08 13:23:18 -03:00
parent 65065df16b
commit 3872e385d3

View File

@ -13,7 +13,6 @@ RUN npm install \
git+https://github.com/pedrobmarin/ep_pad_ttl.git#360136cd38493dd698435631f2373cbb7089082d \
git+https://github.com/pedrobmarin/ep_redis_publisher.git#1d903bf900dd53ebc5347f9583b6e240cf754d63 \
git+https://github.com/ether/ep_disable_chat.git#v0.0.4 \
git+https://github.com/ether/ep_sticky_attributes.git#v0.1.10 \
# remove npm lockfile, because somehow it prevents etherpad from detecting the manual added plugin ep_bigbluebutton_patches
&& rm package-lock.json