diff --git a/packages/nicolium/src/components/scroll-top-button.tsx b/packages/nicolium/src/components/scroll-top-button.tsx index 481dcdce2..6e10a99f9 100644 --- a/packages/nicolium/src/components/scroll-top-button.tsx +++ b/packages/nicolium/src/components/scroll-top-button.tsx @@ -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; + /** Avatars of the accounts will display next to the message (limited to 3) */ + accountIds?: Array; } /** Floating new post counter above timelines, clicked to scroll to top. */