forked from cory/tildefriends
ssb: Indicate which connections are one-shot / sync now connections.
This commit is contained in:
@ -129,6 +129,7 @@ class TfTabConnectionsElement extends LitElement {
|
||||
>
|
||||
Close
|
||||
</button>
|
||||
${connection.flags.one_shot ? '🔃' : undefined}
|
||||
<tf-user id=${connection.id} .users=${this.users}></tf-user>
|
||||
${connection.tunnel !== undefined
|
||||
? '🚇'
|
||||
|
Reference in New Issue
Block a user