Rachel Cherry
Rachel Cherry
Let me look at this before merge. I too have modified this functionality for a client. Let me compare this with my code.
I came up with a simple fix for anyone who is interested/needs something to hold you over until SvelteKit. I added the status code to the response sent during `handle_page()`,...
@vish01 It goes inside the sapper middleware, as per these docs: https://sapper.svelte.dev/docs#Seeding_session_data Here is a modification of their example: ``` // src/server.js polka() .use( // ... sapper.middleware({ // customize the...
@vish01 And you're using my sapper fork? or you modified sapper core in the same way I modified my fork? https://github.com/bamadesigner/sapper/pull/1/files
I'm currently having the same exact issue. Would love to know if anyone has figured this out.
Hi! Hmm. That's weird. What about the 404 or media notifications? Have you tested those? I would recommend finding the updated_post_notification() function inside the hooks class and trying to print...
Have you been able to do any debugging to see why the notifications aren't working? The updated_post_notification() function in the hooks class would be a good place to start.
Thanks for the feedback! I've added some text to the settings page to emphasize that users can only send to public channels and direct messages so good will come from...
I was thinking about this yesterday and realized I used a private channel in my testing. I don't think it's a bug. I think it's a security thing with Slack....
I was trying to do some more testing before I'm on the verge of releasing an update and I set my default channel as a public one and then in...