4.7.1 IOnlineFriends changes not coherent

Hi,

Why does interface changed to pass Delegate to function?
Why in same interface all function are not working in same way : RejectInvite & DeleteFriend still work in old way and do not have delegate pass to them.
Why this only have been done on 1 interface of OSS? This is causing issue as interfaces must not be implemented/called in same way so it’s not coherent.

OSS is not easy to implement, so is there any plan to align all interfaces on same “way to do things”?

Thanks,

Hi,

Can anyone give a feedback on this one?

thanks,

Hi Elvince,

I’ve checked in with developers on this one, and I’ll let you know what they say as soon as I hear something. Thanks for your patience!

Hi Elvince,

We’re moving towards passing delegate into function when possible, and we have only been changing interfaces as we come across them. You are correct in that it’s not very unified at moment, but we’ll try to work quickly to address this going forward.