MM-14721 - Add an identifier for compliance exports when a message is posted by a bot account (#10908)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
a8caee330a
Коммит
e59674cfdd
@@ -71,6 +71,7 @@
|
||||
<table class="participants">
|
||||
<tr>
|
||||
<th class="username">Username<br></th>
|
||||
<th class="usertype">UserType<br></th>
|
||||
<th class="email">Email</th>
|
||||
<th class="joined">Joined</th>
|
||||
<th class="left">Left</th>
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
<li class="message">
|
||||
<span class="sent_time">{{.Props.SentTime}}</span>
|
||||
<span class="username">@{{.Props.Username}}</span>
|
||||
<span class="usertype">{{.Props.UserType}}</span>
|
||||
<span class="email">({{.Props.Email}}):</span>
|
||||
<span class="message">{{.Props.Message}}</span>
|
||||
</li>
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{{define "globalrelay_compliance_export_participant_row"}}
|
||||
<tr>
|
||||
<td class="username">@{{.Props.Username}}</td>
|
||||
<td class="usertype">{{.Props.UserType}}</td>
|
||||
<td class="email">{{.Props.Email}}</td>
|
||||
<td class="joined">{{.Props.Joined}}</td>
|
||||
<td class="left">{{.Props.Left}}</td>
|
||||
|
||||
Ссылка в новой задаче
Block a user