refactor: Use single quotes
This commit is contained in:
parent
4692c95910
commit
f1751a0744
|
|
@ -657,7 +657,7 @@ class Event extends MatrixEvent {
|
||||||
removeMarkdown: removeMarkdown);
|
removeMarkdown: removeMarkdown);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Deprecated("Use getLocalizedBodyAsync")
|
@Deprecated('Use getLocalizedBodyAsync')
|
||||||
String getLocalizedBody(MatrixLocalizations i18n,
|
String getLocalizedBody(MatrixLocalizations i18n,
|
||||||
{bool withSenderNamePrefix = false,
|
{bool withSenderNamePrefix = false,
|
||||||
bool hideReply = false,
|
bool hideReply = false,
|
||||||
|
|
|
||||||
|
|
@ -1417,7 +1417,7 @@ class Room {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Deprecated(
|
@Deprecated(
|
||||||
"The method was renamed unsafeGetUserFromMemoryOrFallback. Please prefer requestParticipants.")
|
'The method was renamed unsafeGetUserFromMemoryOrFallback. Please prefer requestParticipants.')
|
||||||
User getUserByMXIDSync(String mxID) {
|
User getUserByMXIDSync(String mxID) {
|
||||||
return unsafeGetUserFromMemoryOrFallback(mxID);
|
return unsafeGetUserFromMemoryOrFallback(mxID);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue