Commit 82cd4ae5 authored by Leonardo Aramaki's avatar Leonardo Aramaki

Improve doc

parent 5df2bf4b
...@@ -173,7 +173,7 @@ class ChatRoomPresenter @Inject constructor(private val view: ChatRoomView, ...@@ -173,7 +173,7 @@ class ChatRoomPresenter @Inject constructor(private val view: ChatRoomView,
* @param roomName The name of the current room. * @param roomName The name of the current room.
* @param messageId The id of the message to make citation for. * @param messageId The id of the message to make citation for.
* @param text The actual message to send along with the citation. * @param text The actual message to send along with the citation.
* @param mentionAuthor true if you want to cite replying or false just to quote. * @param mentionAuthor true means the citation is a reply otherwise it's a quote.
*/ */
fun citeMessage(roomType: String, roomName: String, messageId: String, text: String, mentionAuthor: Boolean) { fun citeMessage(roomType: String, roomName: String, messageId: String, text: String, mentionAuthor: Boolean) {
launchUI(strategy) { launchUI(strategy) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment