mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 19:45:05 +01:00
sort invites most recent first
This commit is contained in:
parent
fd454f1e20
commit
87defbfb51
@ -42,7 +42,7 @@ export class InviteTileViewModel extends BaseTileViewModel {
|
|||||||
if (parentComparison !== 0) {
|
if (parentComparison !== 0) {
|
||||||
return parentComparison;
|
return parentComparison;
|
||||||
}
|
}
|
||||||
return this._invite.timestamp - other._invite.timestamp;
|
return other._invite.timestamp - this._invite.timestamp;
|
||||||
}
|
}
|
||||||
|
|
||||||
get name() {
|
get name() {
|
||||||
|
Loading…
Reference in New Issue
Block a user