Skip to content

Commit

Permalink
Update lexicons from atproto
Browse files Browse the repository at this point in the history
  • Loading branch information
christiandeange authored and github-actions[bot] committed Nov 16, 2024
1 parent 6d1c087 commit 20591fc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
13 changes: 7 additions & 6 deletions bluesky/api/bluesky.api
Original file line number Diff line number Diff line change
Expand Up @@ -15050,15 +15050,16 @@ public final class tools/ozone/moderation/ModEventMute$Companion {

public final class tools/ozone/moderation/ModEventMuteReporter {
public static final field Companion Ltools/ozone/moderation/ModEventMuteReporter$Companion;
public fun <init> (Ljava/lang/String;J)V
public synthetic fun <init> (Ljava/lang/String;JILkotlin/jvm/internal/DefaultConstructorMarker;)V
public fun <init> ()V
public fun <init> (Ljava/lang/String;Ljava/lang/Long;)V
public synthetic fun <init> (Ljava/lang/String;Ljava/lang/Long;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
public final fun component1 ()Ljava/lang/String;
public final fun component2 ()J
public final fun copy (Ljava/lang/String;J)Ltools/ozone/moderation/ModEventMuteReporter;
public static synthetic fun copy$default (Ltools/ozone/moderation/ModEventMuteReporter;Ljava/lang/String;JILjava/lang/Object;)Ltools/ozone/moderation/ModEventMuteReporter;
public final fun component2 ()Ljava/lang/Long;
public final fun copy (Ljava/lang/String;Ljava/lang/Long;)Ltools/ozone/moderation/ModEventMuteReporter;
public static synthetic fun copy$default (Ltools/ozone/moderation/ModEventMuteReporter;Ljava/lang/String;Ljava/lang/Long;ILjava/lang/Object;)Ltools/ozone/moderation/ModEventMuteReporter;
public fun equals (Ljava/lang/Object;)Z
public final fun getComment ()Ljava/lang/String;
public final fun getDurationInHours ()J
public final fun getDurationInHours ()Ljava/lang/Long;
public fun hashCode ()I
public fun toString ()Ljava/lang/String;
}
Expand Down
3 changes: 1 addition & 2 deletions lexicons/schemas/tools/ozone/moderation/defs.json
Original file line number Diff line number Diff line change
Expand Up @@ -334,12 +334,11 @@
"modEventMuteReporter": {
"type": "object",
"description": "Mute incoming reports from an account",
"required": ["durationInHours"],
"properties": {
"comment": { "type": "string" },
"durationInHours": {
"type": "integer",
"description": "Indicates how long the account should remain muted."
"description": "Indicates how long the account should remain muted. Falsy value here means a permanent mute."
}
}
},
Expand Down

0 comments on commit 20591fc

Please sign in to comment.