fix and refactor the way status focusing work

This commit is contained in:
Henry Jameson 2026-07-06 19:43:08 +03:00
commit ddc126f696
6 changed files with 32 additions and 55 deletions

View file

@ -19,10 +19,8 @@ const ThreadTree = {
pinnedStatusIdsObject: Object,
profileUserId: String,
isFocusedFunction: Function,
highlight: String,
focused: String,
getReplies: Function,
setHighlight: Function,
toggleExpanded: Function,
simple: Boolean,