You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Add image URLs to TabComplete.Entry objects
This commit is contained in:
@@ -216,9 +216,9 @@ class TabComplete {
|
||||
}
|
||||
};
|
||||
|
||||
TabComplete.Entry = function(text, image) {
|
||||
TabComplete.Entry = function(text, imgUrl) {
|
||||
this.text = text;
|
||||
this.image = image;
|
||||
this.imgUrl = imgUrl;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user