Skip to content

Webpush notifications#2

Merged
senbar merged 1 commit intoSigmaProductions:developmentfrom
senbar:development
Feb 1, 2024
Merged

Webpush notifications#2
senbar merged 1 commit intoSigmaProductions:developmentfrom
senbar:development

Conversation

@senbar
Copy link
Copy Markdown
Contributor

@senbar senbar commented Feb 1, 2024

Changed handling of returning no result queries from returning some wild null values unsupported by F# to try catching not OrDefault query and returning Option.

Added webpush implemented with C# webpush lib. Its super annoying rn though, theres no limitng on notifications so it will spam users even on their own messages. Added table for storing subscription instances which probably can use some work- maybe put it for each user no reason to hold old ones.

Added commented out admin endpoint for testing webpush sending message to everyone. Added ignore rule to gitignore for appsettings for specific env.

Changed handling of returning no result queries from returning some wild null values unsupported
by F# to try catching not OrDefault query and returning Option.

Added webpush implemented with C# webpush lib. Its super annoying rn though, theres no limitng on
notifications so it will spam users even on their own messages. Added table for storing subscription
instances which probably can use some work- maybe put it for each user no reason to hold old ones.

Added commented out admin endpoint for testing webpush sending message to everyone.
Added ignore rule to gitignore for appsettings for specific env.
@senbar senbar merged commit f6d8dcf into SigmaProductions:development Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant