Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix RPC engine work with ListFlags method #1501

Merged
merged 2 commits into from
Sep 29, 2022
Merged

Fix RPC engine work with ListFlags method #1501

merged 2 commits into from
Sep 29, 2022

Commits on Sep 28, 2022

  1. fix RPC engine work with ListFlags method

    Fixes the following conversion problem for BlockedUser:
    
    ```
    panic: interface conversion: interface {} is map[string]interface {},
    not store.BlockedUser [recovered]
    ```
    
    Resolves #1475.
    paskal committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    b14607a View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. Configuration menu
    Copy the full SHA
    4eca543 View commit details
    Browse the repository at this point in the history