Thread viewer for Bluesky

truncated Bridgy posts now end with a […]

+1 -1
+1 -1
models.js
··· 244 244 245 245 /** @returns {boolean} */ 246 246 get isTruncatedFediPost() { 247 - return this.isFediPost && (this.text.endsWith('…') || this.text.endsWith('(…)')); 247 + return this.isFediPost && (this.text.endsWith('…') || this.text.endsWith('[…]')); 248 248 } 249 249 250 250 /** @returns {string} */