|
|
|
@ -639,7 +639,8 @@ class Interface(object):
|
|
|
|
|
display = _('Removing message from %s from favorites...') |
|
|
|
|
else: |
|
|
|
|
display = _('Marking message from %s as favorite...') |
|
|
|
|
self._statusbar(display % (message.author.username), pair='favorite') |
|
|
|
|
self._statusbar.volatile(display % (message.author.username), |
|
|
|
|
pair='favorite') |
|
|
|
|
self._threads.add_work(self._post_favorite_message, |
|
|
|
|
self._exception_favorite_message, |
|
|
|
|
self._connection.favorite, |
|
|
|
|