-
Notifications
You must be signed in to change notification settings - Fork 599
Conversation
changelog record and docs added |
@bsansouci, could we merge? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool looks good to me! We’ll merge as soon as you tweak some of the stuff I commented on
@@ -22,7 +23,6 @@ | |||
* [`api.getThreadPictures`](#getThreadPictures) | |||
* [`api.getUserID`](#getUserID) | |||
* [`api.getUserInfo`](#getUserInfo) | |||
* [`api.threadColors`](#threadColors) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you undo this change? (You moved the function down)
index.js
Outdated
'addUserToGroup', | ||
'changeArchivedStatus', | ||
'changeBlockedStatus', | ||
'changeGroupImage', | ||
'changeNickname', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you undo these moves?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bsansouci that was just sorting alphabetically :/
These little changes were just sorting alphabetically |
@ravkr Alright had a chance to look at this again. If this is the one that you guys want to merge, let's change the name to |
@Schmavery done |
thanks! |
few days ago I've made similar function to #658
But I didn't have time to write docs so I didn't pushed it to Github
It looks a bit cleaner IMO
I've also done some tests in the wild
and you can change
adminStatus
of every user in thread without being blocked by Facebookbut if you try to do the same thing one by one... Facebook blocks you for an hour :(