diff --git a/client/lib/fauxPlugins.js b/client/lib/fauxPlugins.js index ed81936c..52d14726 100644 --- a/client/lib/fauxPlugins.js +++ b/client/lib/fauxPlugins.js @@ -3,6 +3,7 @@ import React from 'react' import Reflux from 'reflux' import Immutable from 'immutable' +import moment from 'moment' export default function initPlugins(roomName) { @@ -847,4 +848,21 @@ export default function initPlugins(roomName) { }) } } + + const now = moment() + if (now.month() === 11 && (now.date() === 13 || now.date() === 14)) { + Heim.hook('page-bottom', () => { + return ( +