fix(hashtag/mute): mute hashtag with prefixed #-symbol
This commit is contained in:
parent
4f8c4c67d2
commit
ac8562aaa2
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ public class HashtagTimelineFragment extends PinnableStatusListFragment {
|
|||
private void muteHashtag() {
|
||||
FilterKeyword hashtagFilter=new FilterKeyword();
|
||||
hashtagFilter.wholeWord=true;
|
||||
hashtagFilter.keyword=hashtag;
|
||||
hashtagFilter.keyword="#"+hashtag;
|
||||
new CreateFilter("#"+hashtag, EnumSet.of(FilterContext.HOME), FilterAction.HIDE, 0 , List.of(hashtagFilter)).setCallback(new Callback<Filter>(){
|
||||
@Override
|
||||
public void onSuccess(Filter result){
|
||||
|
|
Loading…
Add table
Reference in a new issue