Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save moguno/4204f805134ac16d07e6 to your computer and use it in GitHub Desktop.
Save moguno/4204f805134ac16d07e6 to your computer and use it in GitHub Desktop.
Plugin.create(:"yoi otoshi wo") {
on_boot { |service|
if service == Service.primary
if UserConfig[:activity_kind_order].is_a?(Symbol)
UserConfig[:activity_kind_order] = ["retweet", "favorite", "follow", "list_member_added", "list_member_removed", "dm", "system", "ratelimit", "streaming_status error"]
end
end
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment