signal-desktop/ts/components/conversation/LastSeenIndicator.md
2019-05-16 15:23:21 -07:00

331 B

One

<util.ConversationContext theme={util.theme} ios={util.ios}>
  <LastSeenIndicator count={1} i18n={util.i18n} />
</util.ConversationContext>

More than one

<util.ConversationContext theme={util.theme} ios={util.ios}>
  <LastSeenIndicator count={2} i18n={util.i18n} />
</util.ConversationContext>