mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-20 08:28:17 +01:00
16 lines
331 B
Markdown
16 lines
331 B
Markdown
### One
|
|
|
|
```jsx
|
|
<util.ConversationContext theme={util.theme} ios={util.ios}>
|
|
<LastSeenIndicator count={1} i18n={util.i18n} />
|
|
</util.ConversationContext>
|
|
```
|
|
|
|
### More than one
|
|
|
|
```jsx
|
|
<util.ConversationContext theme={util.theme} ios={util.ios}>
|
|
<LastSeenIndicator count={2} i18n={util.i18n} />
|
|
</util.ConversationContext>
|
|
```
|