File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,12 @@ wrapper.conversations.reply(conversation_id, message)
36
36
wrapper.members.self()
37
37
wrapper.members.fetch(member_id)
38
38
39
- wrapper.member .profile_posts.list(?sort_options)
40
- wrapper.member .profile_posts.list_all(?sort_options)
41
- wrapper.member .profile_posts.list_until(should_continue, ?sort_options)
42
- wrapper.member .profile_posts.fetch(profile_post_id)
43
- wrapper.member .profile_posts.edit(profile_post_id, message)
44
- wrapper.member .profile_posts.delete(profile_post_id)
39
+ wrapper.members .profile_posts.list(?sort_options)
40
+ wrapper.members .profile_posts.list_all(?sort_options)
41
+ wrapper.members .profile_posts.list_until(should_continue, ?sort_options)
42
+ wrapper.members .profile_posts.fetch(profile_post_id)
43
+ wrapper.members .profile_posts.edit(profile_post_id, message)
44
+ wrapper.members .profile_posts.delete(profile_post_id)
45
45
```
46
46
47
47
## Resources
You can’t perform that action at this time.
0 commit comments