-
Notifications
You must be signed in to change notification settings - Fork 216
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
SP4: Space Settings #1385
SP4: Space Settings #1385
Conversation
- Added `extractLocalAliasPart` method
- Added changelog
- Updates after review
|
||
/// Extract the valid local alias part String of the string ((e.g. "my_alias" for the string "#my_alias:example.org") | ||
/// - Returns:the valid local alias part extracted from the string. | ||
func extractLocalAliasPart() -> String { |
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.
I'm not sure I like these methods being available on any kind of string. Is there a way to limit them to aliases? Maybe move them to MXTools and have them receive the string from the outside?
|
||
FOUNDATION_EXPORT NSString *const kMXJoinRulesContentKeyAllow; | ||
FOUNDATION_EXPORT NSString *const kMXJoinRulesContentKeyType; | ||
FOUNDATION_EXPORT NSString *const kMXJoinRulesContentKeyRoomId; |
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.
Nice 👍
- Updates after review
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.
👍 👍
- Make CI happy
needed for element-hq/element-ios#5233