refactor(gpodder): rename store trait
This commit is contained in:
parent
fc46c4874a
commit
7de4897364
7 changed files with 18 additions and 16 deletions
|
|
@ -172,7 +172,7 @@ pub fn update_subscriptions_for_single_device(
|
|||
Ok(())
|
||||
}
|
||||
|
||||
impl gpodder::SubscriptionRepository for SqliteRepository {
|
||||
impl gpodder::GpodderSubscriptionStore for SqliteRepository {
|
||||
fn subscriptions_for_user(
|
||||
&self,
|
||||
user: &gpodder::User,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue