mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-18 08:54:54 +03:00
BF: Use ng-src
This commit is contained in:
parent
2a793a6c42
commit
d5033849a5
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
||||||
<div class="bubble">
|
<div class="bubble">
|
||||||
{{ msg.content.msgtype === "m.emote" ? ("* " + (members[msg.user_id].displayname || msg.user_id) + " " + msg.content.body) : "" }}
|
{{ msg.content.msgtype === "m.emote" ? ("* " + (members[msg.user_id].displayname || msg.user_id) + " " + msg.content.body) : "" }}
|
||||||
{{ msg.content.msgtype === "m.text" ? msg.content.body : "" }}
|
{{ msg.content.msgtype === "m.text" ? msg.content.body : "" }}
|
||||||
<img class="image" ng-hide='msg.content.msgtype !== "m.image"' src="{{ msg.content.url }}" alt="{{ msg.content.body }}"/>
|
<img class="image" ng-hide='msg.content.msgtype !== "m.image"' ng-src="{{ msg.content.url }}" alt="{{ msg.content.body }}"/>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td class="rightBlock">
|
<td class="rightBlock">
|
||||||
|
|
Loading…
Reference in a new issue