Fixed reference to non-existant local variable that prevented the sidebar from opening message threads containing non-image attachments
Этот коммит содержится в:
@@ -111,7 +111,7 @@ RootPost = React.createClass({
|
|||||||
} else {
|
} else {
|
||||||
postFiles.push(
|
postFiles.push(
|
||||||
<div className="post-image__column custom-file" key={fileInfo.path}>
|
<div className="post-image__column custom-file" key={fileInfo.path}>
|
||||||
<a href={fileInfo.path+"."+ext} download={fileInfo.name+"."+ext}>
|
<a href={fileInfo.path+"."+fileInfo.ext} download={fileInfo.name+"."+fileInfo.ext}>
|
||||||
<div className={"file-icon "+utils.getIconClassName(ftype)}/>
|
<div className={"file-icon "+utils.getIconClassName(ftype)}/>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user