Skip to content

Commit

Permalink
Fix sending full viewport data on every message read
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Mar 7, 2014
1 parent 7b44b87 commit 74204cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imp/js/smartmobile.js
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,7 @@ var ImpMobile = {
slice = ob.slice;
} else {
params.initial = 1;
params.force = 1;
slice = ImpMobile.mbox_slice;
}

Expand Down Expand Up @@ -643,7 +644,6 @@ var ImpMobile = {
HordeMobile.doAction(
'showMessage',
$.extend(ImpMobile.addViewportParams($.extend(params, {
force: 1,
view: purl.params.mbox
})), {
buid: purl.params.buid
Expand Down

0 comments on commit 74204cc

Please sign in to comment.