Skip to content

Commit 1ee4e67

Browse files
committed
chore(push-notification): remove unused push notification code
1 parent 44d4c0d commit 1ee4e67

File tree

64 files changed

+26
-1832
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+26
-1832
lines changed

fern/definition/portal/notifications.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

lib/convert/src/impls/portal.rs

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,3 @@ impl ApiFrom<models::GroupPublicity> for backend::team::Publicity {
2323
}
2424
}
2525

26-
impl ApiFrom<models::NotificationUnregisterService>
27-
for user_notification_auth::unregister::request::Service
28-
{
29-
fn api_from(value: models::NotificationUnregisterService) -> Self {
30-
match value {
31-
models::NotificationUnregisterService::Firebase => {
32-
user_notification_auth::unregister::request::Service::Firebase
33-
}
34-
_ => user_notification_auth::unregister::request::Service::Firebase,
35-
}
36-
}
37-
}

scripts/openapi/gen_rust.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ docker run --rm \
1818
-o "/data/$GEN_PATH_RUST" \
1919
-p packageName=rivet-api
2020

21-
2221
if [ "$FERN_GROUP" == "full" ]; then
2322
# Fix OpenAPI bug (https://github.com/OpenAPITools/openapi-generator/issues/14171)
2423
sed -i 's/CloudGamesLogStream/crate::models::CloudGamesLogStream/' "$GEN_PATH_RUST/src/apis/cloud_games_matchmaker_api.rs"

sdks/full/go/portal/client/client.go

Lines changed: 5 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdks/full/go/portal/notifications.go

Lines changed: 0 additions & 62 deletions
This file was deleted.

sdks/full/go/portal/notifications/client.go

Lines changed: 0 additions & 194 deletions
This file was deleted.

sdks/full/go/portal/types.go

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)