Skip to content

Instantly share code, notes, and snippets.

@iameli
Created May 22, 2025 20:51
Show Gist options
  • Select an option

  • Save iameli/764cd2742b4ee4c3e9051e879c15b993 to your computer and use it in GitHub Desktop.

Select an option

Save iameli/764cd2742b4ee4c3e9051e879c15b993 to your computer and use it in GitHub Desktop.

Revisions

  1. iameli created this gist May 22, 2025.
    51 changes: 51 additions & 0 deletions streamplace.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,51 @@
    {
    "order": "new",
    "manifest": {
    "filter": {
    "and": [
    {
    "or": [
    {
    "regex_matches": [
    "text",
    "streamplace",
    true
    ]
    },
    {
    "entity_matches": [
    "mentions",
    [
    "stream.place"
    ]
    ]
    },
    {
    "entity_matches": [
    "hashtags",
    [
    "streamplace"
    ]
    ]
    },
    {
    "regex_matches": [
    "reply",
    "plc:rbvrr34edl5ddpuwcubjiost",
    true
    ]
    },
    {
    "regex_matches": [
    "embed.record.uri",
    "plc:rbvrr34edl5ddpuwcubjiost",
    true
    ]
    }
    ]
    }
    ]
    }
    },
    "custom_sort_settings": {}
    }