mirror of https://github.com/zulip/zulip.git
help: Document bot owners can delete messages sent by their bots.
Fixes: #27189.
This commit is contained in:
parent
ff81e6bf32
commit
d283707221
|
@ -73,6 +73,11 @@ you also delete the message.
|
||||||
|
|
||||||
{end_tabs}
|
{end_tabs}
|
||||||
|
|
||||||
|
!!! tip ""
|
||||||
|
|
||||||
|
You can delete messages sent by [bots that you
|
||||||
|
own](/help/view-your-bots) just like messages you sent yourself.
|
||||||
|
|
||||||
## Restoring deleted messages
|
## Restoring deleted messages
|
||||||
|
|
||||||
For protection against accidental or immediately regretted
|
For protection against accidental or immediately regretted
|
||||||
|
|
|
@ -13,7 +13,7 @@ Note that if a user can edit a message, they can also "delete" it by removing
|
||||||
all the message content. This is different from proper message deletion in two
|
all the message content. This is different from proper message deletion in two
|
||||||
ways: the original content will still show up in [message edit
|
ways: the original content will still show up in [message edit
|
||||||
history](/help/view-a-messages-edit-history), and will be included in
|
history](/help/view-a-messages-edit-history), and will be included in
|
||||||
[exports](/help/export-your-organization). Deletion permanently (and
|
[data exports](/help/export-your-organization). Deletion permanently (and
|
||||||
irretrievably) removes the message from Zulip.
|
irretrievably) removes the message from Zulip.
|
||||||
|
|
||||||
## Configure message editing permissions
|
## Configure message editing permissions
|
||||||
|
@ -52,6 +52,11 @@ irretrievably) removes the message from Zulip.
|
||||||
|
|
||||||
{end_tabs}
|
{end_tabs}
|
||||||
|
|
||||||
|
!!! tip ""
|
||||||
|
|
||||||
|
A user can delete messages sent by [bots that they
|
||||||
|
own](/help/view-your-bots) just like messages they sent themself.
|
||||||
|
|
||||||
## Related articles
|
## Related articles
|
||||||
|
|
||||||
* [Edit a message](/help/edit-a-message)
|
* [Edit a message](/help/edit-a-message)
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
# View your bots
|
# View your bots
|
||||||
|
|
||||||
You can view the bots you have added to your Zulip organization, including
|
You can view the bots that you own, including deactivated bots.
|
||||||
deactivated bots.
|
|
||||||
|
|
||||||
You can also [deactivate](/help/deactivate-or-reactivate-a-bot#deactivate-a-bot),
|
You can also [deactivate](/help/deactivate-or-reactivate-a-bot#deactivate-a-bot),
|
||||||
[reactivate](/help/deactivate-or-reactivate-a-bot#reactivate-a-bot) or
|
[reactivate](/help/deactivate-or-reactivate-a-bot#reactivate-a-bot) or
|
||||||
|
|
Loading…
Reference in New Issue