File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file.
8
8
9
9
- CalendarAPI with the help of [ caldav] ( https://pypi.org/project/caldav/ ) package. #136
10
10
- [ NotesAPI] ( https://github.com/nextcloud/notes ) #137
11
- - TalkAPI: ` list_participants ` method to list conversation participants. #141
11
+ - TalkAPI: ` list_participants ` method to list conversation participants. #142
12
12
13
13
### Fixed
14
14
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ class ListableScope(enum.IntEnum):
90
90
class NotificationLevel (enum .IntEnum ):
91
91
"""The notification level for the user.
92
92
93
- .. note:: Default: ``1`` for one-to-one conversations, ``2`` for other conversations.
93
+ .. note:: Default: ``1`` for `` one-to-one`` conversations, ``2`` for other conversations.
94
94
"""
95
95
96
96
DEFAULT = 0
@@ -467,7 +467,7 @@ def can_start_call(self) -> bool:
467
467
def can_delete_conversation (self ) -> bool :
468
468
"""Flag if the user can delete the conversation for everyone.
469
469
470
- .. note: Not possible without moderator permissions or in one-to-one conversations.
470
+ .. note: Not possible without moderator permissions or in `` one-to-one`` conversations.
471
471
"""
472
472
return bool (self ._raw_data .get ("canDeleteConversation" , False ))
473
473
@@ -621,7 +621,7 @@ def recording_status(self) -> CallRecordingStatus:
621
621
def status_clear_at (self ) -> typing .Optional [int ]:
622
622
"""Unix Timestamp representing the time to clear the status.
623
623
624
- .. note:: Available only for One -to-One conversations.
624
+ .. note:: Available only for ``one -to-one`` conversations.
625
625
"""
626
626
return self ._raw_data .get ("statusClearAt" , None )
627
627
You can’t perform that action at this time.
0 commit comments