Handle direct messaging correctly #2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
send_message_private_public()
, the room does not check whether a room is a direct room or not.The second item is not added in
9e139a0f3e
. It does not matter whether a room is marked private or not. If there is a room with only the requesting user and the bot, it can be used. It would not make sense to open yet another room.