Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove contacts section from people tab #4608

Merged
merged 11 commits into from
Jul 28, 2021
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ Changes to be released in next version

🙌 Improvements
* Room: Added support for Voice Messages (#4090, #4091, #4092, #4094, #4095, #4096)
* Remove the directory section from the Rooms tab.
* Rooms Tab: Remove the directory section (#4521).
* Notifications: Show decrypted content is enabled by default (#4519).
* People Tab: Remove the local contacts section (#4523).

🐛 Bugfix
* Room: Fixed mentioning users from room info member details (#4583)
Expand Down
2 changes: 1 addition & 1 deletion Riot/Modules/People/PeopleViewController.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/**
'PeopleViewController' instance is used to display/filter the direct rooms and a list of contacts.
*/
@interface PeopleViewController : RecentsViewController <UITableViewDataSource, MXKDataSourceDelegate>
@interface PeopleViewController : RecentsViewController

+ (instancetype)instantiate;

Expand Down
Loading