|
|
|
@ -111,6 +111,7 @@
|
|
|
|
|
'disappearing-messages': i18n('disappearingMessages'),
|
|
|
|
|
'android-length-warning': i18n('androidMessageLengthWarning'),
|
|
|
|
|
timer_options: Whisper.ExpirationTimerOptions.models,
|
|
|
|
|
'view-all-media': i18n('viewAllMedia'),
|
|
|
|
|
};
|
|
|
|
|
},
|
|
|
|
|
initialize(options) {
|
|
|
|
@ -568,6 +569,10 @@
|
|
|
|
|
el[0].scrollIntoView();
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
viewAllMedia() {
|
|
|
|
|
console.log('View All Media');
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
scrollToBottom() {
|
|
|
|
|
// If we're above the last seen indicator, we should scroll there instead
|
|
|
|
|
// Note: if we don't end up at the bottom of the conversation, button won't go away!
|
|
|
|
|