Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit 60d21a2

Browse files
author
Eduardo Fullea
committed
making markMessageRead second argument optional
1 parent a154e36 commit 60d21a2

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

index.html

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -241,9 +241,11 @@ <h2><a>MessagingManager</a> Interface</h2>
241241
<dt>DOMString messageID</dt> <dd>
242242
Identifier of the message that is requested to be marked as
243243
read or unread
244-
</dd> <dt>boolean value</dt> <dd>
245-
Indicates whether the message is to be marked as read (if 'true') or
246-
unread (if 'false')
244+
</dd>
245+
<dt>optional boolean value = true</dt>
246+
<dd>
247+
Indicates whether the message is to be marked as read (if 'true',
248+
which is the default) or unread (if 'false')
247249
</dd>
248250
</dl>
249251
</dd>
@@ -257,9 +259,11 @@ <h2><a>MessagingManager</a> Interface</h2>
257259
<dt>DOMString conversationID</dt> <dd>
258260
Identifier of the conversation whose messages are requested to be
259261
marked as read or unread
260-
</dd> <dt>boolean value</dt> <dd>
262+
</dd>
263+
<dt>optional boolean value = true</dt>
264+
<dd>
261265
Indicates whether the messages in the conversation are to be marked as
262-
read (if 'true') or unread (if 'false')
266+
read (if 'true', which is the default) or unread (if 'false')
263267
</dd>
264268
</dl>
265269
</dd>

0 commit comments

Comments
 (0)