Automattic / liveblog

Liveblogging done right. Using WordPress.
https://wordpress.org/plugins/liveblog/
308 stars 122 forks source link

AMP: Fix too high refresh interval #663

Open philipjohn opened 4 years ago

philipjohn commented 4 years ago

The refresh interval can be set by the site owner to any value. On AMP liveblogs this is used for the data-poll-interval in the amp-live-list but that value has to be greater than 15. https://amp.dev/documentation/examples/components/amp-live-list/

This change ensures that AMP Liveblogs have a minimum interval of 15.