[READ-ONLY] Mirror of https://github.com/improsocial/impro An extensible Bluesky client for web impro.social
6

Configure Feed

Select the types of activity you want to include in your feed.

Add poll.blue facet to ignore list

Grace Kind (Jul 21, 2026, 12:19 PM -0500) 301ea3f9 66731928

+2 -1
+1 -1
package.json
··· 1 1 { 2 2 "name": "impro", 3 - "version": "0.18.36", 3 + "version": "0.18.37", 4 4 "type": "module", 5 5 "scripts": { 6 6 "start": "rm -rf \"${BUILD_DIR:-build}\" && NODE_ENV=development eleventy --serve",
+1
src/js/templates/richText.template.js
··· 5 5 6 6 const KNOWN_UNSUPPORTED_FACET_TYPES = [ 7 7 "blue.poll.post.facet#option", 8 + "blue.poll.post.facet#question", 8 9 "blue.moji.richtext.facet", 9 10 ]; 10 11