feat(Channel): Support new about popup (#537)

* feat(Channel): Support new about popup

* chore: Minor cleanup

* fix(concatMemos): Merge duplicate nodes instead of overwriting

* fix(Feed): `has_continuation` and `getContinuation()` avoid header continuations

* chore(Channel): Remove unused import

---------

Co-authored-by: LuanRT <luan.lrt4@gmail.com>
This commit is contained in:
absidue
2023-12-01 02:06:25 +01:00
committed by GitHub
parent 6a5a579e39
commit c66eb1fecf
12 changed files with 253 additions and 8 deletions

View File

@@ -56,6 +56,10 @@ export default class Text {
const content = data.content;
const command_runs = data.commandRuns;
// Haven't found an actually useful one yet, but they look like this:
// [ { startIndex: 0, length: 19 } ] (for a string that is 19 characters long)
// Const style_runs = data.styleRuns;
let last_end_index = 0;
if (command_runs) {