mirror of https://github.com/zulip/zulip.git
Document sender:me syntax.
(imported from commit 7c32ddc70528f110ba7d2f64637da0cc8eb0a0a6)
This commit is contained in:
parent
ce57cbf22a
commit
5e4e8af0c4
|
@ -28,6 +28,10 @@
|
|||
<td class="operator">sender:<span class="operator_value">email</span></td>
|
||||
<td class="definition">Narrow to messages sent by <span class="operator_value">email</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="operator">sender:me</td>
|
||||
<td class="definition">Narrow to messages sent by you.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="operator">near:<span class="operator_value">id</span></td>
|
||||
<td class="definition">Center the view around message ID <span class="operator_value">id</span></td>
|
||||
|
|
Loading…
Reference in New Issue