James Wagoner

Results 5 issues of James Wagoner

I notice the dropdowns with the navbar still shows default bootstrap light color. I imagine this is a new bootstrap 2.3 bug. ![darkstrap](https://f.cloud.github.com/assets/3052854/151946/a47eb6d6-75a5-11e2-9a9a-56de21914066.PNG)

When first entering the room, fetch message event fires. However, when I scroll to the top, event fails to fire. ```js ``` ```js const fetchMessages = ({ room, options =...

bug

## WHAT Propose using `setMessageId()` instead of headers for `X-Message-Id` ## WHY ```php Event::listen(function (MessageSent $event) { // when sendgrid ID set with headers $sendgridId = $event->message->getHeaders()->getHeaderBody('x-sendgrid-message-id'); // when sendgrid...

Useful if an application employs a "safe" or "nice" time to send notifications