mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
[spaces] several fixes for pre release
- [Space home view inherits title from previously viewed tab](https://github.com/vector-im/element-ios/issues/4851) - [Home view doesn't refresh when new rooms are created](https://github.com/vector-im/element-ios/issues/4849) - [Odd error message in Space member list](https://github.com/vector-im/element-ios/issues/4845) - [Bring leaving space experience in line with Web](https://github.com/vector-im/element-ios/issues/4850) - [No notification for space invitation](https://github.com/vector-im/element-ios/issues/4840) - [Remove filter when space is switched](https://github.com/vector-im/element-ios/issues/4852) - [M10.11 Remove community tab](https://github.com/vector-im/element-ios/issues/4493)
This commit is contained in:
@@ -154,7 +154,7 @@ final class SpaceMemberListViewController: RoomParticipantsViewController {
|
||||
// MARK: - Actions
|
||||
|
||||
@objc private func onAddParticipantButtonPressed() {
|
||||
self.errorPresenter.presentError(from: self, title: VectorL10n.spacesComingSoonTitle, message: VectorL10n.spacesComingSoonDetail, animated: true, handler: nil)
|
||||
self.errorPresenter.presentError(from: self, title: VectorL10n.spacesInvitesComingSoonTitle, message: VectorL10n.spacesComingSoonDetail, animated: true, handler: nil)
|
||||
}
|
||||
|
||||
private func cancelButtonAction() {
|
||||
|
||||
Reference in New Issue
Block a user