Skip to content

London | 25-SDC-Nov | Jesus del Moral | Sprint 1 | Feature-Rebloom#187

Open
delmorallopez wants to merge 1 commit intoCodeYourFuture:mainfrom
delmorallopez:rebloom
Open

London | 25-SDC-Nov | Jesus del Moral | Sprint 1 | Feature-Rebloom#187
delmorallopez wants to merge 1 commit intoCodeYourFuture:mainfrom
delmorallopez:rebloom

Conversation

@delmorallopez
Copy link
Copy Markdown

This PR introduces the re-bloom functionality, allowing users to re-share existing blooms

@delmorallopez delmorallopez added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Apr 17, 2026
Copy link
Copy Markdown
Member

@illicitonion illicitonion left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice! Well done!

Comment thread backend/data/blooms.py
Comment on lines +39 to +40
# Only extract hashtags if it's a normal bloom
if content:
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an interesting check. If you removed it, it would work exactly the same (because if content is empty, we won't find any hashtags in it, by definition).

But deciding not to index reblooms for hashtags feels like a reasonable choice. I'd maybe gate this check on if not original_bloom_id though, to be more clear about what we're gating on.

@illicitonion illicitonion added Complete Volunteer to add when work is complete and all review comments have been addressed. and removed Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. labels May 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Complete Volunteer to add when work is complete and all review comments have been addressed.

Projects

Status: Backlog

Development

Successfully merging this pull request may close these issues.

2 participants