cheeaun / cheeaun/phanpy

Missing posts when using multiples similar hashtags for one column

Open
#1,407 1 comment 0 reactions 0 assignees View on GitHub
bug
Dominant language
JavaScript
Stars
1.5k
Forks
186
Avg merge
1d 36m
Merged PRs (30d)
11

Description

### Site

dev.phanpy.social

### Version

2026.01.08.8d61bab

### Instance

mstdn.breadcat.run

### Browser

Firefox 146.0.1 on Arch Linux

### Bug description

When setting multiples hashtags for one column on Phanpy (both stable and dev), Phanpy will only catch up the toots from one of the hashtags I set and will discard the others.

Here an example when using `#Warframe` `#GuildWars2` `#RingRacers` `#SRB2` and `#SRB2Kart`:

First visible toot from Phanpy:
Image

First visible toot but from my instance's web UI (Mastodon)
Image

On Phanpy only the posts featuring the `#GuildWars2` hashtags will show up.

**But**, if I remove either the `#SRB2` or the `#SRB2Kart` hashtag from the column, Phanpy will do it's job as intended and show every expected posts from the instance.

The software seems to become kind of confused when two very similar hashtag are in the same column.

Here's the raw json for my current shortcuts on `dev.phanpy.social`:

```json
[
{
"type": "following"
},
{
"type": "notifications"
},
{
"type": "hashtag",
"hashtag": "GameDev Pico8 Picotron Tic80 Love2D",
"instance": ""
},
{
"type": "list",
"id": "1"
},
{
"type": "hashtag",
"hashtag": "Linux Gnome KDE",
"instance": ""
},
{
"type": "hashtag",
"hashtag": "Rust Rustlang",
"instance": ""
},
{
"type": "hashtag",
"hashtag": "Warframe RingRacers SRB2 SRB2Kart GuildWars2",
"instance": ""
}
```

### To reproduce

Create a hashtag column with the followings: `#Warframe` `#GuildWars2` `#RingRacers` `#SRB2` and `#SRB2Kart`

### Expected behavior

Posts containing at least one of the wanted hashtag should show up, not only posts from only one of the wanted hahstags.

### Other

_No response_

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.