Merge pull request #4244 from svbergerem/4237-consistent-conversation-list

Show avatar of recent user in conversation list

Conflicts:
	Changelog.md
This commit is contained in:
Jonne Haß 2013-06-22 02:38:54 +02:00
commit 9c7237ca1c
2 changed files with 3 additions and 1 deletions

View file

@ -27,6 +27,7 @@
* Add loading indicator on tag pages, remove the second one from the profile page [#4041](https://github.com/diaspora/diaspora/issues/4041)
* Leaving the `to` field blank when sending a private message causes a server error [#4227](https://github.com/diaspora/diaspora/issues/4227)
* Fix hashtags that start a line when posting to Facebook or Twitter [#3768](https://github.com/diaspora/diaspora/issues/3768) [#4154](https://github.com/diaspora/diaspora/issues/4154)
* Show avatar of recent user in conversation list [#4237](https://github.com/diaspora/diaspora/issues/4237)
## Features

View file

@ -6,7 +6,8 @@
.stream_element.conversation{:data=>{:guid=>conversation.id}, :class => ('unread' if unread_counts[conversation.id].to_i > 0)}
.media
.img
= person_image_tag(conversation.author)
- if authors[conversation.id].present?
= person_image_tag(authors[conversation.id])
.bg
= render(:partial => 'conversation_subject',