mirror of
https://github.com/bigbluebutton/docker.git
synced 2024-11-22 16:13:20 +01:00
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:
parent
65065df16b
commit
3872e385d3
@ -13,7 +13,6 @@ RUN npm install \
|
|||||||
git+https://github.com/pedrobmarin/ep_pad_ttl.git#360136cd38493dd698435631f2373cbb7089082d \
|
git+https://github.com/pedrobmarin/ep_pad_ttl.git#360136cd38493dd698435631f2373cbb7089082d \
|
||||||
git+https://github.com/pedrobmarin/ep_redis_publisher.git#1d903bf900dd53ebc5347f9583b6e240cf754d63 \
|
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_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
|
# remove npm lockfile, because somehow it prevents etherpad from detecting the manual added plugin ep_bigbluebutton_patches
|
||||||
&& rm package-lock.json
|
&& rm package-lock.json
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user