nicolium: fix types

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-03-17 15:48:04 +01:00
parent bd79b0c74b
commit 9619222cbc

View File

@ -20,7 +20,8 @@ interface IScrollTopButton {
threshold?: number;
/** Distance from the top of the screen (scrolling up) before the action is triggered. */
autoloadThreshold?: number;
accountIds?: Array<number>;
/** Avatars of the accounts will display next to the message (limited to 3) */
accountIds?: Array<string>;
}
/** Floating new post counter above timelines, clicked to scroll to top. */